ClearAgentAPI clears the agent API client.
()
| 129 | |
| 130 | // ClearAgentAPI clears the agent API client. |
| 131 | func (s *Server) ClearAgentAPI() { |
| 132 | s.service.ClearAgentAPI() |
| 133 | } |
| 134 | |
| 135 | func (s *Server) acceptConnections() { |
| 136 | // In an edge case, Close() might race with acceptConnections() and set s.listener to nil. |
no outgoing calls