0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00
This commit is contained in:
Zack Scholl 2019-04-04 15:06:30 -07:00
parent 0814e063e9
commit 4da9ab8f22

View file

@ -692,7 +692,7 @@ func (c *Client) dataChannelSend() (err error) {
continue
}
location += int64(bytesread)
time.Sleep(1000 * time.Microsecond)
time.Sleep(100 * time.Microsecond)
}
c.log.Debug("sending done signal")
err = c.dataChannel.Send([]byte("done"))