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

Should Websocket requests be ignored, like Swagger? #109

Open
frostless opened this issue Jun 21, 2021 · 1 comment
Open

Should Websocket requests be ignored, like Swagger? #109

frostless opened this issue Jun 21, 2021 · 1 comment

Comments

@frostless
Copy link

Handling websocket requests seem to be a bit tricky due to this protocol's nature. The log files will be flooded with websocket-related messsages and I usually get this "The response has already started, the AutoWrapper middleware will not be executed" error.
At least add an option(global or action-level) to filter them out?

@proudmonkey
Copy link
Owner

Hi,

Have you tried looking into the ExcludePaths property to ignore a particular path for websockets?

https://github.com/proudmonkey/AutoWrapper#exclude-paths

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

2 participants