Connection refactor, unit tests and opentracing
Pre-release
Pre-release
Fixed
Connection
work with sockets, now only a single goroutine reads from socket.- Optimized threadsafe operations in
Connection
with 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