LibOfLegends
LibOfLegends copied to clipboard
Non-blocking Connect
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.