mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
works
This commit is contained in:
parent
0814e063e9
commit
4da9ab8f22
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue