JKorf / Binance.Net

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Binance.Net/
MIT License
1.02k stars 420 forks source link

WebSocket are not supported on Windows 7 #1299

Open ArcCosec opened 10 months ago

ArcCosec commented 10 months ago

Hello and thanks for the great library. But there is a problem. When I try to subscribe to market data, I get the exception "The WebSocket protocol is not supported on this platform." I have Windows 7. Please help me solve this problem. Maybe for Windows 7 you can use WebSocket4Net or something similar?

JKorf commented 10 months ago

Hi, Windows 7 is not supported anymore by Microsoft or by this library for the exact reason you mentioned. Supporting the very small and shrinking group of people still running Windows 7 is not something I have time for unfortunately.

I'd recommended updating the OS. Alternatively you could go very far back in this libraries history and get a version which was actually using WebSocket4Net but you'd have to manually update it to support any API changes since that time.