Martchus

Results 568 comments of Martchus

If it is doable then let me know if you start coding so we're not duplicating the effort. (I'll also assign myself to this issue on GitHub when I'll find...

Probably Syncthing itself really just restarted its listener. In this case it is natural for Syncthing Tray to consider this a disconnect. Since Syncthing Tray cannot know the reason for...

I could add a feature to suppress errors if it is possible to reconnect within a certain timeframe (but not sure whether it's worth it).

I was actually able to reproduce the problem yesterday - also under Windows 10. I noticed some additional particularities that were a bit strange: 1. The disconnect was not immediate...

Basically the same as https://github.com/Martchus/syncthingtray/issues/236.

Another alternative would be to use the environment variables mentioned by `syncthing serve --help` and not set anything in the settings dialog. At least I *think* the integrated Syncthing instance...

Closing as this is now implemented. The implementation uses https://pkg.go.dev/os#ExpandEnv under the hood so the syntax is `$VAR` or `${VAR}` and I suppose that also counts under Windows. EDIT: I've...

It works for me. Did you configure the re-connect interval accordingly? Note that the default re-connect interval is 30 seconds so you might be to impatient (or want to tweak...

I don't really remember anymore now but judging by https://github.com/Martchus/syncthingtray/issues/236#issuecomment-1983138717 I have already tried to reproduce the problem but couldn't reproduce it. I guess I can try to reproduce it...

I tested it again and I could reproduce it. The disconnect is not happening immediately. It only happens after the long-polling connection times out (by default after a minute). Maybe...