GNOME Bugzilla – Bug 721723
Soup queue_message behaving different on VMs (blocking) than on Host
Last modified: 2014-01-07 20:20:45 UTC
Created attachment 265568 [details] This is what the server does We have a server and a client. The server gets a request and hold on to the message (pausing it) for 5 seconds before releasing it again. The client does a queue_message, which is async. Once it receives a message it queues the message all over again. There is also another glib.timeout_add task that print something every second. So running this on my system, it works flawlessly. On a VM however the session is blocked and the mainloop too. rendering the client useless :( I will attach minimal code samples to replicate this error.
Created attachment 265569 [details] This is what the session does
verified on IRC that this is with 2.42, and fixed in 2.44.1 *** This bug has been marked as a duplicate of bug 707711 ***