Conversation
Improve WebConext to handle the StatusCode Improve WebSocketUpgradeHandler to handle the status code properly
Add BodyContent
…d-events-for-handling-the-upgrade-process # Conflicts: # Jung.SimpleWebSocket/Models/WebContext.cs # Jung.SimpleWebSocket/SimpleWebSocketServer.cs # Jung.SimpleWebSocket/Wrappers/WebSocketUpgradeHandler.cs
Add event for expired passive user
Add switch for remembering disconnected clients Add switch for removing passive users after the end of their lifetime
Add helper method for raising events in a new task Change some event signatures
…nvoker list one after the other and not in parallel
…erstading of its purpose Remove unnecessary parameter from WebSocketServerClient consturctor Improve client handling flow tests
Remove user id handling
Improve race condition safety by using atomic methods Improve dispose processes of the server and the client Improve error handling Add LogLevel property to the server options
Add WebSocketConnectionException
…lse to all awaited methods in the library
Add integration tests
Add SendingUpgradeRequestAsync event to client Change argument of client disconnected event from client id to the client object
Add example projects
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.
Handle client with the client handling flow
Improve thread and race condition safety
Improve deadlock safety
Clean up code
Add example projects