Skip to content

v0.2.1

Choose a tag to compare

@guisehn guisehn released this 26 Jun 18:15
· 11 commits to main since this release
87a415c

Fixes

  • Added a fallback value for 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