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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Update ipc-client.ts, ipc-server.ts and ipc-socket.ts files under src/controller/ipc
ipc_socket to use updated string for connection
ipc_server to use zeromq.Publisher and zeromq.Subscriber binded to internal.pub.ipc and internal.sub.ipc respectively
ipc_client to use zeromq.Publisher and zeromq.Subscriber connected to internal.sub.ipc and internal.pub.ipc respectively to communicate with the server supporting both pub/sub and RPC.
Update Bus and Channel to use ZeroMQ changes
Update Bus for changes under setupIPCServer to handle new IPC changes
Update Channel registerToBus and invoke functions to handle new IPC changes
Fix integration tests under test/integration/controller/ipc
Acceptance Criteria
Unit tests under test/unit/controller should pass
Integration tests should pass under test/integration/controller/ipc
Description
Replace
pm2-axon
with ZeroMQUpdate
ipc-client.ts
,ipc-server.ts
andipc-socket.ts
files undersrc/controller/ipc
ipc_socket
to use updated string for connectionipc_server
to usezeromq.Publisher
andzeromq.Subscriber
binded tointernal.pub.ipc
andinternal.sub.ipc
respectivelyipc_client
to usezeromq.Publisher
andzeromq.Subscriber
connected tointernal.sub.ipc
andinternal.pub.ipc
respectively to communicate with the server supporting both pub/sub and RPC.Update
Bus
andChannel
to useZeroMQ
changessetupIPCServer
to handle new IPC changesregisterToBus
andinvoke
functions to handle new IPC changesFix integration tests under
test/integration/controller/ipc
Acceptance Criteria
test/unit/controller
should passtest/integration/controller/ipc
Additional Information
The text was updated successfully, but these errors were encountered: