Totodore / socketioxide

A socket.io server implementation in Rust that integrates with the Tower ecosystem and the Tokio stack.
https://docs.rs/socketioxide
MIT License
1.13k stars 49 forks source link

fix(socketio/io): adapter builder #346

Closed Totodore closed 1 week ago

Totodore commented 1 week ago

Motivation

Add generics to the function signatures for the build_* fns to propagate with adapter set with with_adapter function.