error handling

maravinthkumar
How to error handle when sockets stops streaming ? I am not getting any error in the default error function ?

def on_error(error, ws):
kiteLogger.error("on_error Tick Data - %s" % (str(e)))
Sign In or Register to comment.