psanford / wormhole-william

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

Text receives now update TransferBytes and UncompressedBytes, fixes #56 #62

Closed Jacalz closed 2 years ago

Jacalz commented 2 years ago

This commit makes sure that also text receives say how long the content is. I have tested this in wormhole-gui and it works just as expected :)

Fixes #56

Jacalz commented 2 years ago

@psanford Do you think there's any chance to have a release some time after this and https://github.com/psanford/wormhole-william/pull/60 has been merged? It would fall in line pretty good with the target for my wormhole-gui 3.0.0 release.

psanford commented 2 years ago

The main blocker is the test suite has been very flaky on gh-actions recently. I want to get that to a better state and then I'll do a new release.