Never use print for debugging again
-
Updated
May 20, 2021 - Python
Describe the bug
At this moment, we silently ignore these values, which creates confusion.
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?