jeikabu / jeikabu/nng.NETCore

ECONNREFUSED when SubscriberOpen

Open
#107 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.