View Source Changelog for ConnGRPC
v0-2-0
v0.2.0
fix
Fix
- Added a fallback value for
address
(""
, empty string) in pool's configuration to avoid passingnil
toGRPC.Stub.connect/2
, therefore avoid crashing the pool, in case address is set tonil
.
v0-2-0-1
v0.2.0
added
Added
mock
option onConnGRPC.Channel
v0-1-0
v0.1.0
added-1
Added
ConnGRPC.Channel
moduleConnGRPC.Pool
module