dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.29k stars 520 forks source link

Add Blazor with ingress sample #525

Open jpiquot opened 4 years ago

jpiquot commented 4 years ago

Client side Blazor is now released. Could we add a sample using Blazor WASM client? Blazor uses SignalR that requires Websockets to be enabled on the ingress.

Misiu commented 3 years ago

anything new about Websockets support?

lifewithcoffee commented 3 years ago

I tested it with blazor server and couldn't get it work with the following message:

Error: Failed to start the transport 'WebSockets': Error: There was an error with the transport.

lifewithcoffee commented 3 years ago

This issue is quite likely caused by: #933 Ingress w/ Tye websocket (signalr) support