sessionsByEndpoint conflict with HAProxy

Anton Tananaev2 months ago

There could be multiple connections from the same endpoint. That's why we need to keep multiple sessions.

mason chak2 months ago

Hi, thanks for the reply. I can see some changes in ConnectionManager in a new commit that added connectionKey. I hope it would solve the problem.