Never use print for debugging again
-
Updated
Sep 14, 2021 - Python
Describe the bug
Making it more visible would help troubleshooting issues
We could add them as a hint to syncthing-related errors.
Add a description, image, and links to the debug topic page so that developers can more easily learn about it.
To associate your repository with the debug topic, visit your repo's landing page and select "manage topics."
How to use Watcher / WatcherClient over tcp/ip network?
Watcher seems to ZMQ server, and WatcherClient is ZMQ Client, but there is no API/Interface to config server IP address.
Do I need to implement a class that inherits from WatcherClient?