snu-quiqcl / iquip

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

Fetching schedule stops permanently after an error occurs #202

Closed BECATRUE closed 1 year ago

BECATRUE commented 1 year ago

This closes #200.

When a request error such as a connection error occurs, it will restart fetching procedure. Also, I set the default updatedTime to -1 instead of None as it is a signal parameter and PyQt doesn't support to emit None.

BECATRUE commented 1 year ago

I see! As you said, I will handle this in more details.