Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(NddService): fix NddService socket.on('data') for large input
This patch fixes NddService.server socker.on('data') so that it can handle large amounts of input without throwing `SyntaxError: Unexpected end of JSON input` errors. Fixes GoogleChromeLabs#319
- Loading branch information