v0.71.0
BREAKING CHANGES
ErrorFunc in ConnectionManager has been renamed to ConnClosedFunc and will now get called with a nil error in the case that a connection was closed using the .Close() function
What's Changed
- fix: added proper help output to gouroboros command by @rakshasa in #497
- fix: segfault in example server without address or socket args by @rakshasa in #498
- feat: connection manager notify on conn close with no error by @agaffney in #500
New Contributors
Full Changelog: v0.70.2...v0.71.0