1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

fix broadcast

This commit is contained in:
Zack Scholl 2018-06-24 06:18:48 -07:00
parent 67bceee220
commit cc79aaeecb

View file

@ -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")