Is full duplex mode available? #36
AskarZinurov
started this conversation in
General
Replies: 1 comment 2 replies
-
Please check out the getting started guide: https://socketry.github.io/async-websocket/guides/getting-started/index.html |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, @ioquatix! First of all I want to thank you for such awesome job on async ruby gems here. I hope much of your work will go to ruby std lib 🤞
I am playing with Falcon and async-websockets and trying to implement some kind of pub/sub functionality. I was faced with problem what websocket connection becomes blocked by
message = connection.read
code. I mean what I cannot write to it or set a read timeout to break fiber from stuck. This happens because websocket behaves like usual socket and can be used only one way at a time?Beta Was this translation helpful? Give feedback.
All reactions