Ponita0 / PoniLCU

A league of legends LCU library
MIT License
22 stars 6 forks source link

Websocket causing Stackoverflow #19

Open Umbra999 opened 1 year ago

Umbra999 commented 1 year ago

Whenever i join a Aram game the Websocket causing a Stackoverflow, this does not happen when i comment socketConnection.Send($"[5, \"OnJsonApiEvent\"]"); out but then i can not listen to websocket events. I tried Using .NET 7, .NET 6 and .Net Core 3.1. In all cases it resulted in a stackoverflow after the champion selection

Ponita0 commented 1 year ago

This issue is already known.. see #16 but to be honest with you... there are no plans on fixing it, currently. if you're willing to help i will be more than happy to merge your fixing pull request

Umbra999 commented 1 year ago

Oh okay, yea i tried fixing it by listening to process starts but the problem is this also happens on login/after the league client closing for a unknown amount of time. i might check for a fix but currently im clueless