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
Instead of creating a new IPC message queue for each RPC call, we could attach an in-memory queue to the bus and have the stub method listen on that queue instead of a remote queue. Use the event loop to dispatch the correct event.
The text was updated successfully, but these errors were encountered:
Instead of creating a new IPC message queue for each RPC call, we could attach an in-memory queue to the bus and have the stub method listen on that queue instead of a remote queue. Use the event loop to dispatch the correct event.
The text was updated successfully, but these errors were encountered: