interledger / interledger-rs

An easy-to-use, high-performance Interledger implementation written in Rust
http://interledger.rs
Other
201 stars 70 forks source link

Fix/indefinitely growing logs #639

Closed KristianWahlroos closed 4 years ago

KristianWahlroos commented 4 years ago

Fix a problem with indefinitely growing logs. The previous versions with enters didn't exit spans in async context. This one exits.

matdehaast commented 4 years ago

@kincaidoneil

koivunej commented 3 years ago

Tagging as breaking for the trait return type change in crates/interledger-stream/src/packet.rs.