Marfusios/websocket-client

windows 7

dinos19 opened this issue · 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?

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