Instead of creating a new loop, we should just be fetching the running loop, then doing a blocking network call inside the callback, schedule it on the event loop. This is what the C example does too. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1864>