[L2Server] Crash when authentification server crash or close.

Issue #75 resolved
Zconll created an issue

As said title l2server crash when authinfication server crash or close. When happen this l2server should try re-connect to authentification server again in intervals time until server is available again.

Comments (4)

  1. Zconll reporter

    This is original bug, in c4 server reconnect again when authentification server back is running.

  2. Master Toma repo owner

    This is behavior by-design. To avoid crash, original C1 setting should be changed in `l2server.ini`

    ;use auth reconn (1:use, 0:don't. default is 0)
    ReconnectAuth=1
    

  3. Log in to comment