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?
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?