-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
My code:
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels