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
F3237348: D10903.id.diff
Wed, Nov 13, 2:30 AM
F3237327: D10903.diff
Wed, Nov 13, 2:30 AM
Unknown Object (File)
Tue, Oct 22, 4:58 PM
Unknown Object (File)
Tue, Oct 22, 4:58 PM
Unknown Object (File)
Tue, Oct 22, 4:58 PM
Unknown Object (File)
Oct 13 2024, 11:47 PM
Unknown Object (File)
Oct 6 2024, 7:19 AM
Unknown Object (File)
Oct 6 2024, 5:14 AM
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