encratite / LibOfLegends

This is a C# networking library that pretends to be the League of Legends Air client. It was developed for the purpose of stats tracking. It depends on a modified version of the FluorineFX library available in the FluorineFXMods repository. It also depends on NilSharp, a random general purpose library. Released under the terms of the GPLv3.
GNU General Public License v3.0
84 stars 22 forks source link

Non-blocking Connect #3

Open encratite opened 12 years ago

encratite commented 12 years ago

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.