Open devblok opened 6 years ago
Now, UI events are doing communication with devices, which unavoidably has a lot of latency. Create a spooler that events will push to, to do comms, but a separate goroutine would actually do the high latency communication.
Now, UI events are doing communication with devices, which unavoidably has a lot of latency. Create a spooler that events will push to, to do comms, but a separate goroutine would actually do the high latency communication.