-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
C:p2pComponent: P2P pkgComponent: P2P pkg
Description
The current connection stopping logic is stop between OnStop FlushStop and stopServices methods which depend on a set of channel to coordinate. This schema comes with significant complexity and bugs when it comes to cleaning up the connection related resources.
A better solution would be to insist that all requests are flushed and adhere to the interface provided in BaseService and enable the proper interpretation of service.IsRunning()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C:p2pComponent: P2P pkgComponent: P2P pkg