Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Ticks in place of clientID to avoid debug log file name clash
clientId can clash if there's more than one Acceptor endpoint listening on different IP or Port but trying to write to the same debug log file as all starting at 0. Using ticks to hopefully keep unique in between each client logon attempt.
- Loading branch information