LiamMorrow / OrgnalR

SignalR backplane implemented through Orleans
Apache License 2.0
35 stars 8 forks source link

Add a delay to setting up subscriptions #25

Closed LiamMorrow closed 1 year ago

LiamMorrow commented 1 year ago

This allows the cluster client to setup properly before calling any grain methods. See: https://github.com/LiamMorrow/OrgnalR/issues/19\#issuecomment-1331953046

This isn't a real solution, more of a testing ground to find the solution