testfx icon indicating copy to clipboard operation
testfx copied to clipboard

Simplify `PerRequestServerDataConsumer`

Open MarcoRossignoli opened this issue 2 years ago • 3 comments

Today in server mode we're trying to batch payloads per-call, we could do better and move the complexity close to the network channel and have a queue there where we can queue "all the in-progress" per call and move this class to a simply proxy.

https://github.com/microsoft/testfx/blob/main/src/Platform/Microsoft.Testing.Platform/ServerMode/PerRequestServerDataConsumerService.cs

AB#1950773

MarcoRossignoli avatar Jan 25 '24 14:01 MarcoRossignoli

✅ Successfully linked to Azure Boards work item(s):

testplatform-bot avatar Feb 02 '24 15:02 testplatform-bot

Pushed back to 3.4

Evangelink avatar Feb 16 '24 19:02 Evangelink

Clearing milestone as there is no plan on improving server mode for now.

Evangelink avatar Mar 17 '24 16:03 Evangelink