You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to revoke the stream token when a stream request fails with an decoding error. This eliminates the too many active streams error if a new stream is requested shortly after the failure
Change Rust edition to 2024. That means that your crate must also be using the 2024 edition
Remove async-trait, lazy_static and once_cell dependencies in favor of std implementations