Remove "legacy" tunnelbroker api messages, and replace with
websocket messages.
Part of https://linear.app/comm/issue/ENG-3676
Depends on D7431
Paths
| Differential D7480 Authored by • jon on Apr 17 2023, 6:35 PM.
Details Summary Remove "legacy" tunnelbroker api messages, and replace with Part of https://linear.app/comm/issue/ENG-3676 Depends on D7431 Test Plan This is more intended to be a design diff. However, deserialization is tested cd shared/tunnelbroker_messages cargo test
Diff Detail
Event TimelineHerald added subscribers: atul, tomek. · View Herald TranscriptApr 17 2023, 6:35 PM2023-04-17 18:35:59 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Apr 17 2023, 6:38 PM2023-04-17 18:38:40 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Apr 17 2023, 6:54 PM2023-04-17 18:54:53 (UTC-7) Harbormaster completed remote builds in B18449: Diff 25266.Apr 18 2023, 8:16 AM2023-04-18 08:16:41 (UTC-7) Comment Actions New libraries look good!! Resigning so that somebody else on the team looks at the Rust code This revision is now accepted and ready to land.Apr 18 2023, 11:46 AM2023-04-18 11:46:12 (UTC-7) Closed by commit rCOMMbb6772194b9a: [Tunnelbroker] Create session creation and key messages (authored by • jon). · Explain WhyApr 19 2023, 10:25 AM2023-04-19 10:25:22 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 25364 services/tunnelbroker/src/websockets/messages.rs
services/tunnelbroker/src/websockets/mod.rs
shared/tunnelbroker_messages/.gitignore
shared/tunnelbroker_messages/Cargo.lock
shared/tunnelbroker_messages/Cargo.toml
|