mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
- Add maxBufferSize option to TcpOptions and TcpClientOptions interfaces - Modify JsonSocket to accept maxBufferSize as constructor parameter - Update ClientTCP and ServerTCP to pass maxBufferSize to JsonSocket - Add comprehensive tests for maxBufferSize functionality - Maintain backward compatibility with default value (128MB in characters) Closes #16256