@sujith websocket closing immediately after connecting was bcoz there was an exception happening in my code.
But oddly, I didn't get the exception in the console, only the connection used to drop with the above mentioned error message. I could…
@sujith I tried removing the complete burden of main thread by handling the tick data obtained in on_ticks() in a separate thread.
But I got the same error.
Just to clear things completely I removed everything I'm doing inside on_ticks() and…
@rishiswethan I agree on the importance of error handling code. I do have a simple logging and notifying code as my error handling now.
But what is the solution to this problem?? I am not able to continue with my work..
Looking at the other s…