We can have a proxy in the middle that drops connection to clients but keep to the server. If the client connects again, we could end up with two connections on the PNS.
Since we have workers, we may have two connections, one if worker1 and other in worker2. worker1 connection is the old one but we keep it. The idea is to send a message from the worker handling the new connection to the parent and then to the rest of the workers to close and clean the connection and friends.
We can have a proxy in the middle that drops connection to clients but keep to the server. If the client connects again, we could end up with two connections on the PNS.
Since we have workers, we may have two connections, one if worker1 and other in worker2. worker1 connection is the old one but we keep it. The idea is to send a message from the worker handling the new connection to the parent and then to the rest of the workers to close and clean the connection and friends.