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
F3376482: D10903.diff
Wed, Nov 27, 12:34 AM
Unknown Object (File)
Wed, Nov 20, 3:34 AM
Unknown Object (File)
Wed, Nov 20, 2:51 AM
Unknown Object (File)
Wed, Nov 20, 12:30 AM
Unknown Object (File)
Fri, Nov 15, 1:03 AM
Unknown Object (File)
Wed, Nov 13, 2:30 AM
Unknown Object (File)
Wed, Nov 13, 2:30 AM
Unknown Object (File)
Oct 22 2024, 4:58 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