You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently started using amqp-rpc. I use it on tasks like: check if logged in, get me last 10 messages, etc. Let me know if you guys think that this is not the best option for this types of operations.
The problem that I encounter is that on the server side all my queues are dropping if one of them have a code error, in my case, I used an undefined variable. Is that normal? I had to comment every line to find out which was the problem. Am I missing some on('error') listener?
The text was updated successfully, but these errors were encountered:
Hi guys,
I recently started using amqp-rpc. I use it on tasks like: check if logged in, get me last 10 messages, etc. Let me know if you guys think that this is not the best option for this types of operations.
The problem that I encounter is that on the server side all my queues are dropping if one of them have a code error, in my case, I used an undefined variable. Is that normal? I had to comment every line to find out which was the problem. Am I missing some on('error') listener?
The text was updated successfully, but these errors were encountered: