Closed BECATRUE closed 8 months ago
In some QThread using websocket, a ConnectionClosedOk exception is not handled, so it leaves an exception-level log.
QThread
ConnectionClosedOk
It is intended, so it must not leave any log.
Steps to reproduce the behavior:
Like iquip.apps.dataviewer._RealtimeDatasetThread, we should handle a ConnectionClosedOk exception.
iquip.apps.dataviewer._RealtimeDatasetThread
Describe the bug
In some
QThread
using websocket, aConnectionClosedOk
exception is not handled, so it leaves an exception-level log.Expected behavior
It is intended, so it must not leave any log.
To Reproduce
Steps to reproduce the behavior:
Correction methods
Like
iquip.apps.dataviewer._RealtimeDatasetThread
, we should handle aConnectionClosedOk
exception.Screenshots