psanford / wormhole-william

End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).
MIT License
1.08k stars 55 forks source link

Support cancellation for file/dir receives #38

Closed psanford closed 3 years ago

psanford commented 3 years ago

Canceling the context passed to Receive() will close the connection and error on the next .Read().