Websocket support for compio #469
Unanswered
krishvishal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Are there any plans to add websocket support for compio runtime?
I was looking into tungstenite-rs and async-tungstenite. The problem is async-tungstenite works only with poll-based IO.
tungstenite-rs expects synchronous-io (std::io::Result). Its not clear how this would fit with compio's completion based IO.
Beta Was this translation helpful? Give feedback.
All reactions