fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to implement ‘passing ping_timeout=100.0 (amount is arbitrary) to ws.run_forever fixes the problem.’

BoNiu-HZY opened this issue · comments

Upstream bug in websocket-client is here:
websocket-client/websocket-client#466

As mentioned there, passing ping_timeout=100.0 (amount is arbitrary) to ws.run_forever fixes the problem.

Originally posted by @xqms in #450 (comment)