Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ApiListener: Log connection attempts from an already connected client
Something is definitely going wrong if a client tries to reconnect to this endpoint while it still has an active connection to that client. So we shouldn't hide this, but at least log it at info level. Apart from that, I've added some additional information about the currently active client, such as when the last message was sent and received.
- Loading branch information