-
Fixes
- Fixes an issue where if a slice was pre-assigned on a struct, the data would not be allocated to it in reflection API. PR #302, thanks to gdm85
- Fixes an issue where
Node.GetConnection()
could in some circumstances return no connection without anerror
. This would potentially cause a panic in VERY slow production servers.
-
Improvements
- Converts a few panics to errors in wire protocol encoding/decoding. Resolves issue #304.