Details
Details
Tunnelbroker builds and runs. Integration tests work, I'm able to connect to the tunnelbroker websocket port.
Connecting by HTTP works as well - the /health endpoint is available and returns 200 OK. Other paths return 404.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
services/tunnelbroker/src/websockets/mod.rs | ||
---|---|---|
96–99 | We might want to move the channel creation into the WebsocketService. Now for example will still create the channel on /heath endpoint but we don't need to |
services/tunnelbroker/src/websockets/mod.rs | ||
---|---|---|
96–99 | Yes, that's valid point. However, the problem is that amqp_connection isn't Clone, I had trouble with lifetimes while trying to move this reference into async service. |