glitch100 / BinanceDotNet

Official C# Wrapper for the Binance exchange API, with REST and WebSocket endpoints
https://www.nuget.org/packages/BinanceDotNet/
MIT License
161 stars 138 forks source link

Not a WebSocket handshake response error #147

Closed l0rdak closed 5 years ago

l0rdak commented 5 years ago

Issue Overview

While establishing websocket connection (ConnectToTradesWebSocketCombined, ConnectToDepthWebSocketCombined) the error is continuously occurred: WebSocketSharp.WebSocketException: Not a WebSocket handshake response. in WebSocketSharp.WebSocket.doHandshake()

Package Version: 4.9.1

Other Information

It seems to me that this is related to the latest binance system upgrade. Checked this with different computes and IP’s. At the moment solve this by moving to ExchangeSharp.

glitch100 commented 5 years ago

If this is still an issue please repopen.