websocket-client icon indicating copy to clipboard operation
websocket-client copied to clipboard

windows 7

Open dinos19 opened this issue 3 years ago • 1 comments

Hello, i have a chatting app which works fine on windows 10 but when i try it on windows 7, it says "the websocket protocol is not supported on this platform" at first i thought it was tls 1.2 to connect to aws , i enabled it but still the same error. i made some research and i read that we cannot use that library on windows 7 because of some low lvl op missing libraries. any ideas?

dinos19 avatar Aug 19 '21 09:08 dinos19

This library is based on the System.Net.Websockets .net library. The based library has no support to windows7. Link

shabby2333 avatar Oct 06 '21 10:10 shabby2333