You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,10 +171,6 @@ The gRPC-Web JavaScript client was generated from *greet.proto* using [`protoc`]
171
171
172
172
The blazor example shows how to call a gRPC service from a Blazor WebAssembly app. Because Blazor WebAssembly is hosted in the browser it has limited HTTP/2 features and needs to use gRPC-Web instead.
173
173
174
-
**Known Blazor WebAssembly issues:**
175
-
176
-
* Server streaming requires setting a variable via reflection on startup - https://github.com/mono/mono/issues/18718#issuecomment-582667900
177
-
178
174
##### Scenarios:
179
175
180
176
* Configure ASP.NET Core server to support `grpc-web` and `grpc-web-text` content types
0 commit comments