☰
Login
Signup
Home
›
.Net / VBA / Excel (3rd party)
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
March 2017
pawandev
March 2017
botany02
WebSocket Error : Unable to read data from the transport connection: An establish
pawandev
March 2017
in
.Net / VBA / Excel (3rd party)
@botany02
, using KiteDotNet DLL. but in KiteDotNet_Error.txt it is showing multiple times this line. please suggest
Tagged:
@botany02
KiteDotNet DLL
KiteDotNet_Error.txt
WebSocket Error
botany02
March 2017
edited March 2017
@pawandev
This error occurs when there is network disconnection between the client and kite server.
The most two common reasons
1.your network problem
2. Kite server close the underlying connection.
If your network is good, then 2nd may be the cause.
We too sometimes face this problem during early hours or at close hours of market.
We have a separate loop which check for websocket disconnection, once disconnected it will try to restore the connection automatically.
pawandev
March 2017
thanks
@botany02
.
This discussion has been closed.
This error occurs when there is network disconnection between the client and kite server.
The most two common reasons
1.your network problem
2. Kite server close the underlying connection.
If your network is good, then 2nd may be the cause.
We too sometimes face this problem during early hours or at close hours of market.
We have a separate loop which check for websocket disconnection, once disconnected it will try to restore the connection automatically.