Théodore Prévot

Results 79 comments of Théodore Prévot

It appears that solving this issue implies a big refactoring. Indeed referencing socketio socket with custom sid instead is impossible because of the following architecture : `client recv data from...

Some additional development is needed because the poem layer / service adapter only work with poem custom `Request` `Response` type

Currently Poem does not support layers and services with a http `Request` bound. https://github.com/poem-web/poem/issues/536 https://github.com/poem-web/poem/issues/387

This is a good idea, can you create a corresponding tracking issue for dynamic parsers please :).

Also can you explain more in detail your issue with message ordering and web socket frames? Maybe provide an example? I don't completely understand your issue and in what way...

Okay so now I understand better. It is due to the fact that socket.io-client expect binary packets to be adjacent to the first string data frame. Therefore, this issue is...

You mean a socket.io adapter working with surrealdb ? It is a good idea but requires issue #5 to be resolved

I don't think we will support this adapter internally. If anyone want to build an external crate. Don't hesitate !