Page MenuHomePhabricator

[Tunnelbroker] introduce function to receive message and handle `MessageToDevice` type
ClosedPublic

Authored by kamil on Oct 24 2023, 10:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 2, 1:06 PM
Unknown Object (File)
Wed, Oct 2, 1:06 PM
Unknown Object (File)
Wed, Oct 2, 1:06 PM
Unknown Object (File)
Wed, Oct 2, 6:01 AM
Unknown Object (File)
Sat, Sep 7, 1:50 AM
Unknown Object (File)
Aug 24 2024, 3:38 PM
Unknown Object (File)
Aug 23 2024, 3:39 PM
Unknown Object (File)
Aug 7 2024, 4:22 AM
Subscribers

Details

Summary

Extracting logic to function to make writing tests simpler.

Depends on D9573

Test Plan

Runn All Tunnelbroker tests

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Oct 24 2023, 11:19 AM
bartek added inline comments.
services/commtest/src/tunnelbroker/socket.rs
80–87 ↗(On Diff #32343)

Same principle as in JS ;)

This revision is now accepted and ready to land.Oct 25 2023, 3:47 AM

early exit

services/commtest/src/tunnelbroker/socket.rs
80–87 ↗(On Diff #32343)

right! fair point