simonsobs / sisock

Sisock ('saɪsɒk): streaming of Simons Obs. data over websockets for quicklook
Other
2 stars 0 forks source link

Call contents of subscribe handler in separate thread #42

Closed BrianJKoopman closed 5 years ago

BrianJKoopman commented 5 years ago

The processing of subscription messages was blocking the main reactor. This patch moves the operations to a separate thread by calling them via threads.deferToThread().

resolves #41