mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
- Replace maxBufferSize parameter with JsonSocketOptions object - Add JsonSocketOptions interface for better extensibility - Update ClientTCP and ServerTCP to pass options object - Update all tests to use new options format Addresses review feedback from @kamilmysliwiec