jchristn / WatsonWebsocket

A simple C# async websocket server and client for reliable transmission and receipt of data
MIT License
277 stars 53 forks source link

'Websocket closed.' #124

Closed sachin0606 closed 1 year ago

sachin0606 commented 1 year ago

Hi,

i am using your libraray in my project and when i am getting the client request i am getting exception in server with 'Websocket closed.'

any help i can get from you.

its not breaking any event like message recieved nor the client connected directly throwing exception. below is the snip

image

jchristn commented 1 year ago

Hi, could you produce a subset of code that reproduces this problem?

jchristn commented 1 year ago

Closing due to inactivity.