Tarun Wadhwa
Results
2
comments of
Tarun Wadhwa
@iblis17 Yes this is the intended behaviour. If you have a task which takes a lot of time, execute that task in a separate thread.
I was facing the same problem. I don't know how, but it got fixed by calling alice.get_session_id() function before calling start_websocket. ``` alice = Aliceblue(user_id=config.username,api_key=config.api_key) print(alice.get_session_id()) # Get Session ID...