Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ public async Task Can_process_multiple_large_requests_arriving_in_chunks()
{
Pipe pipe = new();
JsonRpcProcessor processor = Initialize();
JsonRpcContext context = new(RpcEndpoint.Http);
JsonRpcContext context = new(RpcEndpoint.Ws);

// Create 5 large JSON-RPC requests (~10KB each)
List<string> requests = Enumerable.Range(0, 5)
Expand Down