ostrosco / comms-rs

A library for building DSP communication pipelines.
MIT License
13 stars 1 forks source link

Improve error handling #55

Open ostrosco opened 5 years ago

ostrosco commented 5 years ago

Currently there isn't a good way to handle errors that occur within a node and propagate them up to the network. We need a way to try to handle errors, tell when nodes are being starved, etc.