Skip to content

Commit

Permalink
update doc about client invocation limits. (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
JialinXin authored Aug 22, 2023
1 parent 189ac7b commit 06c5071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specs/ClientInvocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ Basically the process is similar and the major different is that service underst
>
> * Service cached pending invocations for at most __10 minutes__ for memory concerns and will notify server when timeout.
> * Serverless is __NOT__ supporeted in the first stage.
> * ASPNET SignalR is __NOT__ supported.
> * ASPNET SignalR is __NOT__ supported.
> * Sharding is __NOT__ supported. Please use [Geo-Replication](https://learn.microsoft.com/azure/azure-signalr/howto-enable-geo-replication) for combined client invocation and large scale scenarios.

0 comments on commit 06c5071

Please sign in to comment.