Bastian Kersting

Results 51 comments of Bastian Kersting

Do you use a special [parser](https://socket.io/docs/v4/custom-parser/) for this on the server side?

I've got the same problem. All files are present, only the key is missing. Did you found any solutions @tobilektri, @Lavish883?

This sounds interesting, thanks for brining it up! Should be "fairly" easy to add by extending our [`TransportType`](https://github.com/1c3t3a/rust-socketio/blob/main/engineio/src/transport.rs#L35-L40). This is done by creating a type representing a WebTransport communication and...

No that doesn't really make sense, but your PR looks like a good idea!

Hey @shenjackyuanjie, I appreciate your interest in this repository and project. I see you identified a few things that we can improve upon and a few features we can implement,...

Can you please add a test for the behavior you're changing here? :)

> @1c3t3a I think you may need a fix for it Oke, it doesn't matter for now, we can fix this separately. Thanks for the PR!

What does this mean? I feel like this is heavily underspecified? What is msgpack?

Fair point! Didn't think about this in the implementation. I am very happy to accept a PR for this!

Happy to hear that! :) The example can be similar to the one in the socket.io tree (https://github.com/socketio/socket.io/tree/master/examples/chat). A CLI (or just some executable binary) would be super nice to...