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
There are multiple problems with the code in main page but the two biggest ones are:
the subscriber does not connect to the inproc endpoint that the server binds to
the subscriber connects to two different, non-localhost, non-routable IP address that are likely not going to match anyone's subnet
The unit tests provide more workable examples to follow. The code on the main page will only frustrate new users. Suggest removing the example from the README or replace it with one that works without modification.
The text was updated successfully, but these errors were encountered:
There are multiple problems with the code in main page but the two biggest ones are:
The unit tests provide more workable examples to follow. The code on the main page will only frustrate new users. Suggest removing the example from the README or replace it with one that works without modification.
The text was updated successfully, but these errors were encountered: