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

Added HttpListener-based websocket channels #80

Merged
merged 9 commits into from
Nov 28, 2024

Conversation

yallie
Copy link
Collaborator

@yallie yallie commented Nov 28, 2024

Also added a bunch of interoperation tests:

  • System.Net.Websockets client → HttpListener server
  • WebSocketSharp client → WebSocketSharp server
  • System.Net.Websockets client → WebSocketSharp server
  • WebSocketSharp client → HttpListener server

image

Moved WebSocketSharp-based channels to their own namespace.
It's now possible to extract these channels to a separate project to get rid of WebSocketSharp dependency.

See also these discussions:

@yallie yallie merged commit 17f4a1d into theRainbird:master Nov 28, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant