mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Removed debug time.Sleep
This commit is contained in:
parent
7295492aa3
commit
0586f306c0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue