Websocket app bursting received data instead of in real time

Figured it out. I was using print(). Changed to logging.info() and now all the logs are showing up in real time.

1 Like