-
I received two SocketExceptions in threads: reaper and iothread, respectively.
Exception message was "An existing connection was forcibly closed by the remote host".
Here are the stack traces:
```
Sy…
-
Hello,
When using Router Dealer Pattern, I'm getting sometimes this unhandled exception in my client side :
Application: ###.exe Framework Version: v4.0.30319
Description: The process was term…
-
### Environment
NetMQ Version: 4.0.1.8
Operating System: win10
.NET Version: .NET6
### Expected behaviour
An error occurred while executing concurrent testing.
invoke thi…
-
How to fix crash after sleep mode? please
-
So, what's up with this project? Source code doesn't compile, the version on NuGet is 0.5.0.0-beta while it's 0.3.0.0 on the repository.
What's the status of this project? Where is the correct sour…
Allov updated
3 years ago
-
Hi Doron,
It seems that the released version on nuget has no version set. This is then causing a compilation warning with NetMQ.
RRode updated
6 years ago
-
### Environment
NetMQ Version: 4.0.1.6
Operating System: Windows
.NET Version: 6.0
### Expected behavior
Monitoring of socket connection
### Actual behavior
Crash during …
-
I've been using NetMQ in production for a while. `NETMQ` version number is 4.0.0.1,`AsyncIO` version number is 0.1.26.0
Recently, i found the program had crashed. Checked out the windows log to find…
-
### Environment
NetMQ Version: 4.0.1.10
Operating System: Windows 10
.NET Version: 6.0
### Expected behaviour
Socket does accept messages from netmq clients with valid public…
-
Multiple Threads cannot access a single socket. Which is kind of a bummer...
With some applications you probably want to have subscribers in different threads. We maybe need to come up with a solut…