I am using A8.03 and when a client joins a game the on_server function will sometimes trigger twice. The num_clients also goes up by 2 when it should only be going up by one.
When this client leaves, the num_clients just goes down by one.
Everything else seems to work fine. I am only calling session_connect once. As you can imagine, the num_clients builds up to large amounts over time.