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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The RpcClient needs a reset functionality to recover from missing server replies or other amqp expections.
In the following scenario the client will not return the result for the second call.
Solution: Add a reset function to manually recover from failed RPC calls and use the client again.
RpcClient:php
Note that in Symfony the client service is declared once and getting a new instance is not possible by practical means.
The text was updated successfully, but these errors were encountered: