zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.95k stars 744 forks source link

Messages drop in the PubSub example after a restart despite synchronization #899

Closed mrakgr closed 2 years ago

mrakgr commented 4 years ago

Environment

NetMQ Version:    4.0.1.2-pre
Operating System: Windows 10
.NET Version:     .NET Core 3.1

Expected behaviour

All B topic messages go through.

Actual behaviour

They get dropped.

Steps to reproduce the behaviour

Run the PubSub Envelope in the UI.

PubSub Envelope has synchronization issues after restarts. Probably related to the other bugs. I am not going to bother with a minimal example as different clients drop messages after a restart and it is easier to see this in the UI.

I am guessing this issue is present in the Weather example as well, but it is hard to notice there as the messages get filtered.

The example is from the message envelope section.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had activity for 365 days. It will be closed if no further activity occurs within 56 days. Thank you for your contributions.