v0.2.1
Fixes
- Added a fallback value for
address("", empty string) in pool's configuration to avoid passingniltoGRPC.Stub.connect/2, therefore avoid crashing the pool, in case address is set tonil. By @abmBispo
address ("", empty string) in pool's configuration to avoid passing nil to GRPC.Stub.connect/2, therefore avoid crashing the pool, in case address is set to nil. By @abmBispo