Closed BECATRUE closed 8 months ago
According to snu-quiqcl/artiq-proxy#115, I will use web socket to fetch dataset information.
_DatasetListThread
run()
_DatasetFetcherThread
__init__()
_initialize()
timestamp
stop()
Feature you want to implement
According to snu-quiqcl/artiq-proxy#115, I will use web socket to fetch dataset information.
How the feature is implemented
In
_DatasetListThread
run()
: Connect to the proxy server and receive dataset list consistently.In
_DatasetFetcherThread
__init__()
: Initialize a web socket object._initialize()
: Leave it almost the same, but removetimestamp
.run()
: Connect to the proxy server and receive dataset modification consistently.stop()
: Close the web socket object.