momentohq / client-sdk-php

Official PHP SDK for Momento Serverless Cache
Apache License 2.0
12 stars 5 forks source link

feat: add `close` method for explicitly closing client #174

Closed cprice404 closed 10 months ago

cprice404 commented 10 months ago

This is intended to help us determine whether or not a persistent gRPC connection that gets into a bad state can be explicitly closed and re-opened to restore the environment to a healthy state.

cprice404 commented 10 months ago

cc: @GrahamCampbell