mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-06-25 01:21:34 +02:00
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