Results 264 comments of José Luis Millán

Thanks @ikq! Let us some days to check it. I'll review it after the weekend.

> Merge? Once I prepare a new version in the docs I'll merge and add this config.

Closed in favour of #943

Thanks for the detailed observations. Next week some of us won't be fully online, but we'll check at this as soon as possible.

Good finding @billzmh, There's an ongoing fix for this. Thanks for the report.

NOTE: Currently measuring the CPU time differences with pools VS new/delete.

Converted to draft while re-testing re-profiling. Feel fee to try it out and review.

`const producer = transport.produce(...);` Why aren't you awaiting for `transport.produce()`? It returns a Promise, not a Producer. `const producer = await transport.produce(...);`

Can you please provide with the corresponding JsSIP logs?