EventStore / EventStoreDB-Client-Java

Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
https://eventstore.com
Apache License 2.0
63 stars 20 forks source link

Issue-163 Shutdown previous channels #164

Closed dpasek-senacor closed 2 years ago

dpasek-senacor commented 2 years ago

For proper management of gRPC channels it is necessary to shutdown a channel before creating a new one to avoid orphanage of channel instance and a potential resource leak.