Files
FastLogin/velocity
TuxCoding 4550562465 Fix finding the correct login sessions in Velocity
Velocity uses different objects during each login phase.
Therefore, keys are no persistent. Only an internal variable
is shared and exposed with `getConnection()`, but this method
is not available in the API. We use `InetSocketAddress` objects
until there is a better method for identifying sessions.

Related #1297
2025-06-02 18:23:33 +02:00
..