Correct multiplexing

This commit is contained in:
9seconds
2019-11-11 14:04:15 +03:00
parent 0ff9a58780
commit 22905b2a25
19 changed files with 445 additions and 436 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ func (m multiStats) Crash() {
}
}
func (m multiStats) AntiReplayDetected() {
func (m multiStats) ReplayDetected() {
for i := range m {
go m[i].AntiReplayDetected()
go m[i].ReplayDetected()
}
}