Merge branch 'main' of github.com:schollz/croc

This commit is contained in:
Zack Scholl 2024-03-31 19:08:03 +00:00
commit f8f69e3157
1 changed files with 1 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ func (c *Client) transfer() (err error) {
}
if err != nil && strings.Contains(err.Error(), "unexpected end of JSON input") {
log.Debugf("error: %s", err.Error())
err = fmt.Errorf("room not ready")
err = fmt.Errorf("room (secure channel) not ready, maybe peer disconnected")
}
return
}