bee
bee copied to clipboard
A framework for IOTA nodes, clients and applications in Rust
Currently we use the dashboard to get a rough idea about how the node performs. But this is inaccurate and inefficient, because it has to be sent through websockets and...
Change the current `ShutdownStream` type to `HardShutdownStream`, which stops the stream immediately upon receiving the shutdown signal. Add a new variation called `SoftShutdownStream`, that upon receiving the shutdown signal first...
advantage: this might prevent having to protect the protocol peer with a lock; disadvantage: the bee-network api allows faulty usage by sending to a peer before it is actually connected.