(errorCode, errorContext)
| 147 | this.clients[req._query.sid].transport.onRequest(req); |
| 148 | } else { |
| 149 | const closeConnection = (errorCode, errorContext) => |
| 150 | this.abortRequest(res, errorCode, errorContext); |
| 151 | this.handshake( |
| 152 | req._query.transport, |
| 153 | req as unknown as EngineRequest, |
nothing calls this directly
no test coverage detected