Closed BECATRUE closed 10 months ago
Now, the scheduler app fetches schedule on real-time through a web socket.
Also, to show arguments correctly in the last column, I modified ScheduleModel.data(). (I will handle this in #240.)
ScheduleModel.data()
This closes #234.
Is this tested with the proper artiq proxy?
Sure! I tested if this PR works with snu-quiqcl/artiq-proxy#114.
I replaced the infinite while loop with a for loop based on websockets docs.
Now, the scheduler app fetches schedule on real-time through a web socket.
Also, to show arguments correctly in the last column, I modified(I will handle this in #240.)ScheduleModel.data()
.This closes #234.