deniszykov / WebSocketListener

A lightweight and highly scalable asynchronous WebSocket listener
http://vtortola.github.io/WebSocketListener
81 stars 17 forks source link

Fixed incorrect endpoint assignment on WebSocketRfc6455 #50

Closed alandoherty closed 4 years ago

alandoherty commented 4 years ago

In WebSocketRfc6455.cs RemoteEndpoint is being assigned to both LocalEndpoint and RemoteEndpoint when creating the WebSocket instance.