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
I just made Connect non-blocking by simply running the old Connect in a new thread, passing on the callback object. This is sub-optimal as you could probably just use the asynchronous HTTP API instead but I am too lazy to figure this out right now.
I just made Connect non-blocking by simply running the old Connect in a new thread, passing on the callback object. This is sub-optimal as you could probably just use the asynchronous HTTP API instead but I am too lazy to figure this out right now.