@nahas_n
I made a dirty trick of switching off the Signal Handlers even when its not threaded ( before line number 233 in websocket.py )
opts["installSignalHandlers"] = False
@nahas_n said in getting error in websocket:
thread.start_new_thread(connect_ws, ())
Thanks for the suggestion. I will try it out.