benjojo / sping

Split ping, see what direction the loss or latency is on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with duplicate session ID

marek22k opened this issue · comments

If the same session ID is generated twice, the old session is overwritten. Another session ID should be generated instead.
https://github.com/benjojo/sping/blob/master/sessionhandle.go#L187