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
I looked a bit into this topic. Looks like websocket is essentially async protocol, it should use some event loop to operate. Right now I'm not sure how to integrate requests with event loop framework.
Hello @ikod
Yes, I assume this is the difficult part. Adam also has Websockets in his implementation (based on his own http implementation instead of curl). https://www.github.com/adamdruppe/arsd/tree/master/http2.d
Maybe you can look here how he has solved the event loop problem.
Both, libcurl and Vibe.d supports websocket. It would be great if you could add Websocket support to requests.
The text was updated successfully, but these errors were encountered: