mirror of https://gogs.blitter.com/RLabs/xs
Removed debug time.Sleep
This commit is contained in:
parent
7295492aa3
commit
0586f306c0
|
@ -543,7 +543,7 @@ func (hc Conn) WritePacket(b []byte, op byte) (n int, err error) {
|
||||||
//Advance to next full (or final, partial) chunk of payload
|
//Advance to next full (or final, partial) chunk of payload
|
||||||
b = b[payloadLen:]
|
b = b[payloadLen:]
|
||||||
hc.m.Unlock()
|
hc.m.Unlock()
|
||||||
time.Sleep(200 * time.Millisecond)
|
//time.Sleep(200 * time.Millisecond)
|
||||||
}
|
}
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue