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
To make sure we always have the same reference to the gRPC servers we
use, we create them earlier and keep them for the whole lifetime of the
outer `server` struct (which is used by litd).
Because we need the config before starting (but don't have the config
ready in litd when we create the server struct), we add a new
UpdateConfig method to all servers.
0 commit comments