Issue
Services want to be able to track which clients are currently connected to any of the Resgates.
Scope
This feature should consider the following:
- Resgate events on client connects/disconnects
- Handling of Resgate restart or Resgate disconnect from NATS server
- Handling of service restart or service disconnect from NATS server
Notes
The tracking of client connections should only be done for WebSocket connections, and not HTTP requests. The short-lived connection created for HTTP requests would only produce unnecessary traffic of limited use.
Issue
Services want to be able to track which clients are currently connected to any of the Resgates.
Scope
This feature should consider the following:
Notes
The tracking of client connections should only be done for WebSocket connections, and not HTTP requests. The short-lived connection created for HTTP requests would only produce unnecessary traffic of limited use.