Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stack Overflow on WSS server. #723

Open
HashPong opened this issue Mar 10, 2023 · 1 comment
Open

Stack Overflow on WSS server. #723

HashPong opened this issue Mar 10, 2023 · 1 comment

Comments

@HashPong
Copy link

I keep getting Stackoverflow when running a WSS server, the overflow occurs when a user connects immediately. I had this issue for a very long time when using this library.
However, it's worth to note that I am not using the latest version of this library, but one from 1-2 months ago.
If it's already fixed, then great!
What is happening is that when an error is thrown, it throws another error that keeps repeating infinitely.
image

@michaldobrodenka
Copy link

It's about using BeginRead in ReadBytesAsync in Ext.cs. I have workaround it in my branch for now:

https://github.com/michaldobrodenka/websocket-sharp

I had this problem on some android devices + net7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants