Zack
Zack
I cannot reproduce this bug. Is this on LAN? Or using public relay?
What is the speed of transfer? I wonder if there is a flaky connection at one your computers
Thanks @jnko for confirming. All your computers and relay are using the latest version of croc? > All I can say that this happens most often when transferring a couple...
Ay! Those are both issues that can be fixed. Do you want to submit a PR? I can also fix them too if you don't have the time.
does it work without using `--ip`?
Can you run with --debug and share the output
@seekr What was your docker command? I'm not sure why you have `0.0.0.0:8152->8152/tcp, 8251/tcp`. I don't know what the `8251/tcp` is from.
Whoops! The README was wrong. It should be `8251:8251`, as it runs on `8251` by default and not `8152`. Fixed https://github.com/schollz/offlinenotepad/commit/3840dd38015dcc55b267fce3a9b8641db9aa2cf0
Want to submit a PR?
Because I use this as a public server I have a clause for preventing insertion of too much text (which might be abuse): https://github.com/schollz/cowyo/blob/master/handlers.go#L188-L191. Since your table is so large,...