Hack the proxy to use threads. The proxy opens two handles and needs to
receive events from both, but pubsub will only process events for the handle the mainloop is running on or when a notification is sent through the other handle. So, for now, just use threads here.
Loading
Please register or sign in to comment