emotional-cities / pluma-experiments

Data acquisition and benchmark workflows for the wearable data collection unit
MIT License
1 stars 0 forks source link

Prevent delayed bursts of ZMQ messages #52

Open glopesdev opened 10 months ago

glopesdev commented 10 months ago

We have observed sporadic bursts of messages received during ZMQ transmission from Unity to Bonsai. This may be due to TCP socket configuration options such as TcpClient.NoDelay. There should be a way to set socket options in ZMQ / NetMQ.

aspaNeuro commented 4 weeks ago

I was digging into NetMQ library and found dificult to have access to the low level of System.Net.Sockets that should be being used for network communication, without this didn't found an option to reduce the bursts. @RoboDoig can we look at this together?