Marfusios / websocket-client

🔧 .NET/C# websocket client library
MIT License
683 stars 126 forks source link

windows 7 #91

Open dinos19 opened 3 years ago

dinos19 commented 3 years ago

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?

shabby2333 commented 2 years ago

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