-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
V1.5 SuperSocket.SocketEngine.SocketSession.OnSendingCompleted NullReferenceException #139
base: master
Are you sure you want to change the base?
Conversation
…hen create new receive filter in receive filter factory
…allow State of them can be set
Conflicts: SocketEngine/AsyncStreamSocketSession.cs SocketEngine/SuperSocket.SocketEngine.Net40.csproj SocketEngine/SuperSocket.SocketEngine.Net45.csproj
…for the ConfigurationCollection node in the SuperSocket custom configuration
…'t be sent; ignored the socket error 10060;
…fig when isolation level is set
Oh, it seems you send the PR to the wrong branch. |
Could you check if v1.6 has fixed this issue? |
OK I'll try patch 1.6 ~ |
Hello again. it's so hacked.. late.. sorry~ I'll make some echo client and echo server so We must use 1.6.7 supersocket and superwebsocket 0.10.0 Thank you !!! |
raised NullReferenceException on SuperSocket.SocketEngine.SocketSession.OnSendingCompleted(...)
but. my 1.5.1 SocketSession.cs and this repository's 1.5 SocketSession.cs was different.
so. maybe not bug on this repository's 1.5 version
yet. review this
That exception very rarely raise.
code A raise exception after code B was executed on concurrently.
Thanks~
=========================================
this problem solved at supersocket 1.6.7 ~~!!!
Must use supersocket version 1.6.7 later~
Thanks kerryjiang!