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
It is not trivial to write a session loop, especially with offloading of creating/verifying messages to tasks. We can supply at least a tokio-based implementation, gated behind a feature. example/tests/async.rs can be used as a starting point.
The text was updated successfully, but these errors were encountered:
It is not trivial to write a session loop, especially with offloading of creating/verifying messages to tasks. We can supply at least a
tokio
-based implementation, gated behind a feature.example/tests/async.rs
can be used as a starting point.The text was updated successfully, but these errors were encountered: