-
-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Labels
Description
The problem I am facing
When using multiplexing for connecting to a large number of documents via one socket the socket constantly spams with connection check messages (as I understand it is pingInterval) and this happens for each document separately.
The solution I would like
Perhaps it can be done so that the connection is checked only for the main socket, and not for each document separately?
Reactions are currently unavailable