Chris Campbell
Chris Campbell
I had the same issue. Following the instructions for a manual install works perfectly so I would guess this is a problem with the macports package.
I'm not sure of all of the ins and outs here but for my use case where I want to use `Vec` and have this serialized into an avro `bytes`...
@fredr looks like you made significant progress on this. Do you plan on continuing the effort in that PR? I'm also keen for this and may (hopefully) have some capacity...
I know nothing about websockets but I'm interested to learn so I'm going to dig in here a little and see what's doable. It looks like someone has [a crate](https://crates.io/crates/hyper-tungstenite)...
@DartMen just fyi my ability to dedicate time to work on this project has dropped substantially since my personal circumstances have changed (i.e. I have a kid now).
[The RFC](https://www.rfc-editor.org/rfc/rfc6455#page-18) is pretty readable an has a ton of 'non-normative' intro type stuff. So basically websockets would come into third-wheel in two ways - 1. an actual ws/wss request...
[Branch for websockets](https://github.com/campbellC/third-wheel/tree/websockets). Mainly just want to add some testing to see what the current implementation does, and to get a feel for how easy this will be to support