Page MenuHomePhabricator

[identity] [10/n] Replace usages of Arc<Mutex<SplitSink<WebSocketStream<Upgraded>, Message>>> with custom type WebsocketSink
ClosedPublic

Authored by will on Jan 31 2024, 2:17 PM.
Tags
None
Referenced Files
F2905396: D10903.diff
Sun, Oct 6, 5:14 AM
Unknown Object (File)
Sep 3 2024, 11:43 PM
Unknown Object (File)
Sep 3 2024, 11:43 PM
Unknown Object (File)
Sep 3 2024, 11:42 PM
Unknown Object (File)
Sep 3 2024, 11:41 PM
Unknown Object (File)
Sep 3 2024, 6:56 AM
Unknown Object (File)
Aug 30 2024, 11:45 PM
Unknown Object (File)
Aug 10 2024, 12:23 PM
Subscribers

Details

Summary

Utilizing a custom type, replaces Arc<Mutex<SplitSink<WebSocketStream<Upgraded>.

Depends on D10878

Test Plan

built with cargo

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will retitled this revision from [identity] Replace usages of Arc<Mutex<SplitSink<WebSocketStream<Upgraded>, Message>>> with custom type WebsocketSink to [identity] [10/n] Replace usages of Arc<Mutex<SplitSink<WebSocketStream<Upgraded>, Message>>> with custom type WebsocketSink.Jan 31 2024, 2:22 PM
will edited the summary of this revision. (Show Details)
will requested review of this revision.Jan 31 2024, 2:36 PM
This revision is now accepted and ready to land.Jan 31 2024, 2:42 PM