Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Oct 12, 2024
1 parent 0fca426 commit cf898be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/croc/croc.go
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ func (c *Client) recipientGetFileReady(finished bool) (err error) {
c.FilesHasFinished[c.FilesToTransferCurrentNum] = struct{}{}
return
}

log.Tracef("recipientGetFileReady: recipientInitializeFile")
err = c.recipientInitializeFile()
if err != nil {
return
Expand All @@ -1707,6 +1707,7 @@ func (c *Client) recipientGetFileReady(finished bool) (err error) {
}

log.Debugf("sending recipient ready with %d chunks", len(c.CurrentFileChunks))
log.Tracef("recipientGetFileReady: sending recipient chunks")
err = message.Send(c.conn[0], c.Key, message.Message{
Type: message.TypeRecipientReady,
Bytes: bRequest,
Expand Down

0 comments on commit cf898be

Please sign in to comment.