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
Owner
|
Oh, it seems you send the PR to the wrong branch. |
Owner
|
Could you check if v1.6 has fixed this issue? |
Author
|
OK I'll try patch 1.6 ~ |
Author
|
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 !!! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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!