added the routes parameter to the server-conns endpoint

This commit is contained in:
2025-03-18 23:37:46 +09:00
parent 3714138656
commit 5fa6cd466b
3 changed files with 62 additions and 34 deletions

View File

@ -1924,6 +1924,7 @@ func (c *Client) FixServices() {
func (c *Client) WaitForTermination() {
c.wg.Wait()
c.log.Write("", LOG_INFO, "End of service")
}
func (c *Client) WriteLog(id string, level LogLevel, fmtstr string, args ...interface{}) {