- typed and normal api's are changed, now they uses pointers of arguments most of the time rather than using actual arguments.
- Compatibility update. Normal api's Axum version updated to
v0.8.1
and made some compatibility updates. Typed api still uses axumv0.7.9
.
- Added
.close()
,.close_if()
and.close_if_not()
methods on theRoom
struct of both implementations. They closes the connection and removes it from it's room but they don't close the room. - Also added
.remove_room()
method forBroadcaster
struct of both implementations. It removes the room with given id and closes all it's connections.
- Added
.binary()
,.binary_if()
and.binary_if_not()
method for normal api.
- Added
.pong()
,.pong_if()
and.pong_if_not()
method on both implementations.
- Changelog file created.
- Added
.ping()
,.ping_if()
and.ping_if_not()
method on both implementations.
- Liblary Created.