foxsi / foxsi-4matter

Code for FOXSI-4 formatter.
https://foxsi.umn.edu/
1 stars 3 forks source link

There should be a regular `::read_some()` call for each open socket or port #63

Closed thanasipantazides closed 8 months ago

thanasipantazides commented 9 months ago

The point

Where to put

There could be a call like this at the top of the manage_systems() loop function (one per socket or port used, except for uplink). Should take care to use a very short timeout on the read, and no retry. Could add a special-use System for use in this particular ::read_some() call.

thanasipantazides commented 8 months ago

Closing, resolved by 3a563fd.