Skip to content

Minor Fix and Improvements

Compare
Choose a tag to compare
@khaf khaf released this 29 Jun 15:12
· 128 commits to master since this release
  • 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 an error. 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.