Ghamza-Jd / jarust

A janus client SDK in Rust 🦀
Apache License 2.0
8 stars 3 forks source link

Use unbounded channels for the router and events #69

Closed Ghamza-Jd closed 6 months ago

Ghamza-Jd commented 6 months ago

Replace the bounded channels with unbounded ones.

Later on, if we want to support bounded channels we can make it correct rather than the current implementation