You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The control plane implementation doesn't support other address for NATS.io than localhost. My machine is configured in such a way that default bind for 0.0.0.0 used in NATS.io is not binding to 127.0.0.1 but to real WiFi port. I can't pass host to control plane so I can't run example.
@piotrm-nvidia - is there a way we can detect the binding from the NatsServer class directly and then use that to encapsulate the uri?
For the single_file example - would like to see if we can avoid any arguments .... maybe we could use environment variables - but goal for single file is to avoid any customization outside of the file - maybe we can add an arg in the file itself - or in the NatsServer class to toggle between localhost and others ...
The
single_file.py
fails with default execution:The text was updated successfully, but these errors were encountered: