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)
Thu, Dec 26, 7:08 PM
Unknown Object (File)
Thu, Dec 26, 7:08 PM
Unknown Object (File)
Mon, Dec 16, 7:18 AM
Unknown Object (File)
Sat, Nov 30, 5:16 AM
Unknown Object (File)
Nov 27 2024, 2:52 AM
Unknown Object (File)
Nov 27 2024, 12:34 AM
Unknown Object (File)
Nov 20 2024, 3:34 AM
Unknown Object (File)
Nov 20 2024, 2:51 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