Remove context niling (#1729)

This commit is contained in:
Viktor Liu 2024-03-19 12:32:07 +01:00 committed by GitHub
parent f0672b87bc
commit 6cba9c0818
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,6 @@ func (m *DefaultManager) Stop() {
if m.serverRouter != nil {
m.serverRouter.cleanUp()
}
m.ctx = nil
}
// UpdateRoutes compares received routes with existing routes and remove, update or add them to the client and server maps