You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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