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
var path = Path.GetDirectoryName(typeof(App).Assembly.Location);
var ctx = new NngLoadContext(path);
var factory = NngLoadContext.Init(ctx);
ISubSocket socketSub = factory.SubscriberOpen().ThenDial(url).Unwrap();
The ECONNREFUSED exception is raised if the publisher is not started, but not if the publisher is started.
Using the python wrapper of nng, no exception is reported in either case.
The text was updated successfully, but these errors were encountered:
My code:
The ECONNREFUSED exception is raised if the publisher is not started, but not if the publisher is started.
Using the python wrapper of nng, no exception is reported in either case.
The text was updated successfully, but these errors were encountered: