api.config.servers.socket.delimiter option to the socket server so you can change from\n being the line delimiter.api.config.servers.socket.maxDataLength option to the socket server to prevent buffer overflows with long data submissionsdata.connection.matchedRoute to see the details of the route that got the web connection to this action... if in case a route was matched via the router.data.connection.matchedRoute = { path: '/mimeTestAction/:key', matchTrailingPathParts: false, action: 'mimeTestAction' }
"use strict"; from kicking in for generated actions 2c07d2a