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
IIRC, mio does not support a "multithread concept" and should be added at a higher level, creating an executor to handle the threads (as tokio actually does over mio).
Instead of making a whole executor for message-io, I suppose the faster/safer way to achieve this is removing mio and using directly tokio under the hood. Although it would imply a big internal refactor for message-io
one loop per thread maybe faster
The text was updated successfully, but these errors were encountered: