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
Hello,
On our project we wanted push values to blazor ui with memory streaming, blazor acting as outside cluster client.
There is initial delay about 30s when start consuming from stream if cluster has more than one silo.
It degrades user experience greatly so we switched to some other mechanism, we dont use orleans memory streaming anymore because of this.
Run docker compose (it will run single instance of server), you will see that in client console stream consuming starts immidetly.
Stop client and scale server to more than one instance. Start client and you will see (sometime there is just one message) that there is about 30s delay before messages starts arrive.
Tested on Macbook pro and windows destop.
The text was updated successfully, but these errors were encountered:
Hello,
On our project we wanted push values to blazor ui with memory streaming, blazor acting as outside cluster client.
There is initial delay about 30s when start consuming from stream if cluster has more than one silo.
It degrades user experience greatly so we switched to some other mechanism, we dont use orleans memory streaming anymore because of this.
I created repro repo here https://github.com/spingee/DelayedStreaming.
Run docker compose (it will run single instance of server), you will see that in client console stream consuming starts immidetly.
Stop client and scale server to more than one instance. Start client and you will see (sometime there is just one message) that there is about 30s delay before messages starts arrive.
Tested on Macbook pro and windows destop.
The text was updated successfully, but these errors were encountered: