🔧 Changes to support BullMQ on the service layer

1. Removed socket connection from context
2. Added Redux middleware to persist socket connection
3. Removed amqplib and RabbitMQ support
4. Removed RabbitMQ from docker-compose configuration
5. Removed a proxy route to IMS from the facade
6. Refactored file actions to support the new way of socket event emitting and listening
This commit is contained in:
2021-10-27 07:46:21 -07:00
parent 8fbea27fb2
commit 56d22a28a0
16 changed files with 151 additions and 270 deletions

View File

@@ -30,7 +30,6 @@
"@types/socket.io": "^3.0.2",
"@types/socket.io-client": "^3.0.0",
"airdcpp-apisocket": "^2.4.4",
"amqplib": "^0.8.0",
"array-sort-by": "^1.2.1",
"babel-polyfill": "^6.26.0",
"better-docs": "^2.3.2",
@@ -65,8 +64,9 @@
"react-stickynode": "^4.0.0",
"react-table": "^7.7.0",
"react-window-dynamic-list": "^2.3.5",
"redux-socket.io-middleware": "^1.0.4",
"sharp": "^0.28.1",
"socket.io-client": "^4.1.2",
"socket.io-client": "^4.3.2",
"threetwo-ui-typings": "^1.0.10",
"voca": "^1.4.0",
"websocket": "^1.0.34",