-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
Description
Hi
We are using this framework in our unit tests to test Cloud Functions before deployment.
Currently no cleanup functions are exposed making it impossible to stop the server once its no longer needed.
Furthermore the registry object is not accessible as well so its impossible to unregister already registered functions.
There are only Start and StartHostPort which don't return the server object that can be terminated.
Thanks!