Is this crate appropriate as a single threaded ws client? #33
Answered
by
Gelbpunkt
RohanKapurDEV
asked this question in
Q&A
-
Does it make sense to use this crate as a websocket client in a situation where the tokio runtime is only running on the current thread? Or is this not meant to be used in a single-threaded context? |
Beta Was this translation helpful? Give feedback.
Answered by
Gelbpunkt
Dec 8, 2023
Replies: 1 comment
-
It makes perfect sense in both single threaded and multi threaded runtime contexts. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RohanKapurDEV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It makes perfect sense in both single threaded and multi threaded runtime contexts.