It only supports Sec-WebSocket-Version: 13. #141
Replies: 10 comments
-
This library relies on the underlying http.sys implementation. Meaning we simply abstract the Websocket capabilities of the framework and OS. |
Beta Was this translation helpful? Give feedback.
-
then should I change the websocket versions supported by the operating system? If this is the solution, how should I make this change? |
Beta Was this translation helpful? Give feedback.
-
Which framework/runtime and operating system are you using? |
Beta Was this translation helpful? Give feedback.
-
I am using Windows 11 operating system and I am using .net core runtime. I used android device, postman programs as client. I can send you more detailed information if you want. photo video etc. |
Beta Was this translation helpful? Give feedback.
-
Hi @hasancaktar I wasn't able to find anything about what versions are supported on Windows. Honestly I'm not sure how to even approach this problem! Marking as 'help wanted'. |
Beta Was this translation helpful? Give feedback.
-
I shared the server codes I tested. maybe i am doing something wrong. Can you review please. I updated the issue. I detailed the error. ` namespace AppServer_Watson
}` |
Beta Was this translation helpful? Give feedback.
-
@hasancaktar This line is the problem: |
Beta Was this translation helpful? Give feedback.
-
Yes, this is the source of my problem. Thank you my friend for finding the problem. I don't have my computer with me right now so I can't control it. I wonder if we can adjust for all versions here. Or can we remove version control completely? |
Beta Was this translation helpful? Give feedback.
-
Hi @hasancaktar just to be clear, that line of code is in the underlying platform (which WatsonWebsocket sits on top of) so I don't have the ability to modify it. Hi @MacKey-255 I love the suggestion and will implement the appropriate exception handler for this. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Moving this to discussion as there is unfortunately nothing that we can do about it. |
Beta Was this translation helpful? Give feedback.
-
First of all, thank you very much for developing such a great project.
It only supports version 13. I would love to have it set for all websocket versions.
I want it to connect to all websokcet versions without version checking.
Tools I use: Postman, Hercules. I used the XiaoFeng Library. this library supports them all. You can try
OS Win10
.net 7.0 runtime
connecting with protocol version 13
Not connection
XiaoFeng package
Beta Was this translation helpful? Give feedback.
All reactions