encratite / RiotControl

An elaborate statistics tracking system for League of Legends. It used to be a centralised PostgreSQL based system but now it's a stand-alone SQLite application. It was written in C# and makes use of the LibOfLegends RTMP library. It is licensed under the terms of the GPLv3. Unfortunately I stopped working on it in 2013-08. Check out the website for a longer explanation.
http://riot.cont.ro.lt/
GNU General Public License v3.0
33 stars 15 forks source link

Ubuntu, Parallel calls, general calls. #76

Open Nacoma opened 11 years ago

Nacoma commented 11 years ago

Under Ubuntu 12.10, Mono 2.10.8, it fails to provide most summoner statistics, and parallel requests cause the system to become unresponsive and ultimately fail. I'll look into it more and at least provide some more information in the morning.

encratite commented 11 years ago

If you're referring to the failure to provide K/D/A and such for ranked games, that's because the system hasn't really been updated for season 3 much yet, it's pretty broken right now. However, parallel requests shouldn't be failing :(

Nacoma commented 11 years ago

Upon receiving a second request while the first is being queried, the system will start to hang and the initial request will turnout allowing the second to complete in most cases. On multiple attempts it will eventually hang indefinitely and all requests will fail.