Dotnet core (3.1 or above) websocket client supported libraries
kishore kumar
1
Reputation point
Dear Experts,
I am creating the websocket client in dotnet core console application.
I am trying to develop an application which creates list of websocket clients.
I want to receive events when on client side (onmessage, onerror, onclose events )
also, ping/timeout/add subprotocol/add headers/add username password, etc.
I tried ClientWebSocket from MSDN and it does not have (onmessage, onerror, onclose events handlers).
Can you please help to suggest any websocket client library
or snippet of code to handle all above cases.
Sign in to answer