We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ddc54 commit 43c925eCopy full SHA for 43c925e
generator/ServiceClientGeneratorLib/ServiceModel.cs
@@ -453,7 +453,7 @@ public List<Operation> Operations
453
ExcludedOperations.Add(operation.Name);
454
}
455
// H2 bi-directional (bidi) event streams are not yet supported
456
- else if (H2Support == H2SupportDegree.Optional && operation.IsEventStreamBidi)
+ else if (operation.IsEventStreamBidi)
457
{
458
459
0 commit comments