stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to exclude signalr

kimdiego2098 opened this issue · comments

When the service is equipped with signalr, the signalr will connect failed

我是这样配置的"EndpointWhitelist": [ "*:/msghub/negotiate" ],