Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to use Watcher / WatcherClient over tcp/ip network? (ex. cloud - local) #30
Labels
Comments
|
We are currently exposing port in constructor but you are absolutely correct that we need to have IP address as well. This is almost trivial change and we will add very soon! |
|
I’m just curious whether ssh port tunneling from a remote server to the local host would work in this case?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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?