jchristn/WatsonWebsocket

TCP_NODELAY

Closed this issue · 3 comments

Hello,
How to set the TCP_NODELAY flag?

Great question, I'm not sure it's possible. I don't see an easy way to do this.

Hi, couldn't we use reflection to retrieve the inner Socket?

Socket properties aren't visible via the ClientWebSocket class we are using. I don't think reflection is going to help here. There are no public properties related to the socket for that class. https://docs.microsoft.com/en-us/dotnet/api/system.net.websockets.clientwebsocket?view=net-6.0