ECONNREFUSED when SubscriberOpen
Open
- Dominant language
- C#
- Stars
- 45
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.