You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm suffering from not seeing the obvious, but how do I use subscriptions asynchronously? As far as I can see in the source code, the "subscribe"-routine ends in an endless "while 1:" loop with a "wait_msg()" inside.
This corresponds with my experience that once I call subscribe(), the rest of my script (except the callback function) is not executed. I've tried the examples too, removing everything after "subscribe(...)" does not seem to make any noticeable difference...
Can somebody help me out here? Maybe I've just been staring at the screen too long...
Cheers!
The text was updated successfully, but these errors were encountered:
Good evening,
Maybe I'm suffering from not seeing the obvious, but how do I use subscriptions asynchronously? As far as I can see in the source code, the "subscribe"-routine ends in an endless "while 1:" loop with a "wait_msg()" inside.
This corresponds with my experience that once I call subscribe(), the rest of my script (except the callback function) is not executed. I've tried the examples too, removing everything after "subscribe(...)" does not seem to make any noticeable difference...
Can somebody help me out here? Maybe I've just been staring at the screen too long...
Cheers!
The text was updated successfully, but these errors were encountered: