AnudeepGarge

Results 4 issues of AnudeepGarge

I have the following schema in my existing project. [Serializable] public class Message { public virtual string Type {get; set;} } [Serializable] class ByteMessage : Message { public byte[] Prop2...

### Environment NetMQ Version: 4.0.1.6 Operating System: Windows 10 .NET Version: 4.7.2 ### Expected behaviour Dealer must not hang in any circumstances. ### Actual behaviour Dealer hangs intermittently ### Steps...

### Environment NetMQ Version: 4.0.1.6 Operating System: Windows .NET Version: 4.7.2 ### Expected behaviour : On sending a message it should be successfully sent. ### Actual behaviour: The exception has...

Hi, I am using Dealer-Broker pattern in NetMQ (4.0.0.1), ASyncIO(0.1.26.0) I can see some AccessViolationException in my UnHandledException logs, Not Sure where it is coming from. I am suspecting that...