Unable to stream using Plotly now?

I used to stream my data using Plotly all the time. However, I have been trying to stream but now whenever I run my code, it takes 45 seconds to load without doing anything then I get the following error.

ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

Note that I am using Plotly version 2.7.0.

Thanks

Streaming is no longer supported on Plotly cloud but it is possible to do with #dash. You can check out an example of that here.