mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2026-07-05 16:10:49 +02:00
4550562465
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