Closed rts-gordon closed 3 years ago
Looks like this happened because of the increased requirements on Contexts with the most recent version. The code should be updated now to be happy!
Thanks a lot, it can be compiled now. @trezm
I noticed that: module "socketio_proc" has upgrade to 0.1.8, but in module "socketio_middleware" Cargo.toml file, it is still "thruster-socketio-proc = "0.1.6"", is this correct?
Great point, I try to keep the modules in sync, but nothing in the proc module has been updated in a while so we should be fine. I'll be sure to update the dependency in the next release.
Hi @trezm , My project will use socketio component, I found the crate thruster-socketio. But there are some errors when I compile the example code: "thruster-socketio/socketio_middleware/examples/chat.rs". Would you like to give me a hand? Thank you very much.