Connection refactor, unit tests and opentracing
Pre-release
Pre-release
Fixed
Connectionwork with sockets, now only a single goroutine reads from socket.- Optimized threadsafe operations in
Connectionwith channels and atomics instead of mutex. - All tests with real db moved to integration folder
Added
- Added support for tracing with
opentracing-go - Added a brand-new unit tests for
Connection