mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
fix broadcast
This commit is contained in:
parent
67bceee220
commit
cc79aaeecb
1 changed files with 1 additions and 0 deletions
|
@ -615,6 +615,7 @@ func (c *Connection) runClient(serverName string) error {
|
|||
|
||||
if !fileTransfered {
|
||||
fmt.Fprintf(os.Stderr, "\nNo mutual consent")
|
||||
return nil
|
||||
} else if c.IsSender {
|
||||
if responses.gotTimeout {
|
||||
fmt.Println("Timeout waiting for receiver")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue