Removed debug time.Sleep

This commit is contained in:
Russ Magee 2018-09-02 21:50:25 -07:00
parent 7295492aa3
commit 0586f306c0
1 changed files with 1 additions and 1 deletions

View File

@ -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
b = b[payloadLen:]
hc.m.Unlock()
time.Sleep(200 * time.Millisecond)
//time.Sleep(200 * time.Millisecond)
}
if err != nil {