Sergey Grigorev
Results
2
issues of
Sergey Grigorev
Typescript v5 introduced the feature that allows to extend from multiple tsconfig files, e.g ``` { "extends": ["@tinkoff/typescript-config/tsconfig.base", "@tsconfig/node16/tsconfig.json"], "compilerOptions": {} ... } ``` If a project uses such tsconfig.json,...
**Description** I have several thousands of mosquitto clients that are connected to EMQX. EMQX is configured as a bridge and it forwards messages to RabbitMQ. The issue happens when RabbitMQ...