Change Logs
5d5eb96
Fixes a bug that caused mtu discovery to dead lock on theClient
.- Fixes a bug that caused servers with a partial motd to not be joinable via
Client
. 5f62c00
Client::Ping
has a more user friendly api, allowing the user to pass any type ofstr
to ping.cd95e89
Fixes a bug where theOrderedQueue
would not flush properly.- #57 Allows
anyhow
to be used on the client side for all errors.
Git Logs
- Implement std::fmt::Display and std::error::Error for exposed error types by @lexika979 in #57
- Add more fields to Motd and fix Motd Reader by @GoodLucky777 in #60
New Contributors
- @lexika979 made their first contribution in #57
- @GoodLucky777 made their first contribution in #60