Websocket
Closed this issue · 4 comments
Mylloon commented
Hello,
Is there an ETA on the release of websocket support?
Celeo commented
Hiya,
I'll take a look at what kind of work implementing websocket support would take this weekend.
Celeo commented
Hey,
I pushed some really basic websocket stuff in v0.2.0. I've never been so confused with futures and types, but it seems to work. Nothing's typed yet, it's just strings. I'll plug away at it some more in the next few days.
Celeo commented
v0.3.0 has some more type information. Not all; there's a bit of serde_json::Value
in there, but it's better than it was.
Celeo commented
Closing this, but feel free to open another issue if there's anything you need.