Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ThrottlingMiddleware may affect websocket requests because of improper middleware order #67

Open
HolyPrapor opened this issue May 26, 2022 · 0 comments

Comments

@HolyPrapor
Copy link
Member

TLDR: UseWebSockets call in Startup puts websocket middleware after ThrottlingMiddleware in pipeline, therefore, ThrottlingMiddleware is not able to differentiate websocket request from a regular one.

https://kontur.slack.com/archives/C08DRHZTP/p1653472413009269

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant