-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQ Server crashes on FaultException #1101
Comments
I'm Experiencing the same issue in old codebase after switching from ZeroMQ nuget to NetMQ. Issue happens from time to time. Is there option to catch these exceptions just to avoid crash? |
I tried to implement exceptions but decided to get diffrent approach. I made a class for queue that sends the message with timer inside in Task. |
In this way I got rid of the problem, where there was a possibility that two messages wanted to send at the same time and an error was shown |
I think I can close this issue. I don't know if it has been fixed, but after introducing the queue to send since then it doesn't show me any errors :) |
Environment
Explanation
I have tasks with a loop, where in this loop I use the function 'NetMQ_SendFrame', which sends information by converting object to JSON string. The server crashes with error down below
Code
Server
Client
Model of message
Error
The text was updated successfully, but these errors were encountered: