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
Unknown Object (File)
Sun, Mar 23, 6:54 AM
Unknown Object (File)
Fri, Mar 21, 5:17 PM
Unknown Object (File)
Fri, Mar 21, 10:11 AM
Unknown Object (File)
Fri, Mar 21, 9:25 AM
Unknown Object (File)
Thu, Mar 20, 10:58 AM
Unknown Object (File)
Feb 16 2025, 7:16 PM
Unknown Object (File)
Feb 16 2025, 7:16 PM
Unknown Object (File)
Feb 16 2025, 7:15 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