Releases: powerman/rpc-codec
Releases · powerman/rpc-codec
1.2.2
Fixes:
- Improved EOF detection, to avoid failing next Call after unexpected EOF.
1.2.1
Fixes:
- Magic workaround (Go bug?) to avoid panic.
1.2.0
New features:
- Added WrapError to simplify error handling for clients.
v1.1.4
Fix: Context() return context.Background() instead of nil