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
Initialize listeners via RecreateListeners function
This commit refactors the listener template to initialize variables
when RecreateListeners is called. The reason for this is that a
listener is closed when the gRPC server goes down, so a new
instance must be created.