José Luis Millán
José Luis Millán
Probably related, even the same, I've found a leak in `RtpStreamSend` retransmission buffer. The problem is within `storage` and `buffer`. I'll be checking it tomorrow hopefully. Update: the leak is...
Hihi, Crossposting here just in case we are dealing with the same base issue. The leak I found is quite crazy: https://github.com/versatica/mediasoup/issues/769#issuecomment-1041474158
@nazar-pc, About the `ObjectPool`, we are using it mainly as `thread static` which means that its lifetime is the same as the thread's lifetime. `ObjectPool` will deallocate memory only on...
> @nazar-pc @jmillan I think I figured out problems: Makes sense @Hartigan 👍 👏
Thanks for the report, Definitely the issue is within the libwebrtc code dependency that we are willing to get rid of when possible. I don't think we can get the...
@types/node does no longer exist. We just require @types/events
Please, check your TS environment and whether the file is accessible, it clearly exposes the given type `SessionDirection`
reopening, #648 waiting for @ibc 's approval.
CHANGELOG was missing
> CHANGELOG was missing Updated.