int-brain-lab / iblrig

Main repository for IBL rig code
MIT License
21 stars 20 forks source link

[UDPs] Handle IO errors within thread #682

Open k1o0 opened 1 week ago

k1o0 commented 1 week ago

Currently we're using try excepts in multiple places to handle errors raised in the async thread. This should be made more elegant somehow.