snu-quiqcl / iquip

Ion trap Quantum computing User Interface Project
GNU General Public License v3.0
7 stars 0 forks source link

Normal websocket closing leave an exception log #279

Closed BECATRUE closed 8 months ago

BECATRUE commented 8 months ago

Describe the bug

In some QThread using websocket, a ConnectionClosedOk 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:

  1. Go to the dataviewer app.
  2. Switch to the remote mode.
  3. Check the logger app.

Correction methods

Like iquip.apps.dataviewer._RealtimeDatasetThread, we should handle a ConnectionClosedOk exception.

Screenshots

image