The application is running on a vm so there shouldn't be any network problems. Also there were no problems like this on Friday last week, It only started once we moved to kite3.
I tried using the json serialization as specified by you, but it did…
These are the logs, its the same thing repeated again:
2018-05-15 12:02:48+0530 [-] dropping connection to peer tcp4:52.66.29.203:443 with abort=True: None
2018-05-15 12:02:48+0530 [-] Connection error: 1006 - connection was closed uncleanly (None)…
I am invoking disconnectTicker only when I close my process for the day, at the end of that day.
The reason I using pickle is because Kite is sending python date time objects for all day fields, and sending pickled objects across pubsub helps me…
There ist a solution for this problem but I found a reason why its being caused. Its not a problem from kite side. If anyone is facing the same issue they can read up on this article
itmaybeahack.com/homepage/iblog/architecture/C551260341/E20081031…
Hi I checked for the time this happens it usually takes place at 11:15 for sure and then randomly after that for about 2-3 times before the market closes
my problem seems to be with google compute engine as the websocket is working fine on my local machine. I haven't changed any network settings to my vm. If anyone has faced this issue before or knows a solution, please help out.Thank you