benjojo / sping

Split ping, see what direction the loss or latency is on
MIT License
308 stars 19 forks source link

Error with duplicate session ID #17

Open marek22k opened 11 months ago

marek22k commented 11 months ago

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