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
When running the tests on a machine with multiple network interfaces, they produce a lot of warnings:
[warning] More than one channel with name 'valueOnly' detected, connected to: /127.0.0.1:5075, ignored: /192.168.56.1:5075
[warning] More than one channel with name 'valueOnly' detected, connected to: /127.0.0.1:5075, ignored: /10.14.32.46:5075
While this is not failing the tests, it would probably be better to run them with explicit network configuration, preferably on localhost to avoid external side effects.
The text was updated successfully, but these errors were encountered:
When running the tests on a machine with multiple network interfaces, they produce a lot of warnings:
While this is not failing the tests, it would probably be better to run them with explicit network configuration, preferably on localhost to avoid external side effects.
The text was updated successfully, but these errors were encountered: