satoren

Results 65 comments of satoren

Hello I'm sorry. I can not update this project.

https://github.com/versatica/mediasoup/blob/0cb131cd3d1dc95cc09ee6e82dc556d8f4822117/node/src/Router.ts#L1265 The error seems to occur if the test ends without waiting for this `pause` promise to fully complete. This is more likely to occur in slow running environments. It...

> Are you making sure that threadA is not writing to a SendSctpDataStore at the when at the same time the uv main thread is reading it? Running a test...

https://docs.excalidraw.com/docs/@excalidraw/excalidraw/api/props/excalidraw-api#refresh

Thank you for clearly expressing your concerns. I understand how you feel, as I’ve also had my share of struggles with defining exports in package.json. Regarding cases where exports might...

In #308, the exports definition omitted the lib in the import paths, which appeared to cause issues. This resulted in: * In environments supporting exports: ``` import * as mediasoupClientTypes...

There are several advantages to ESM, but what I’m looking for is tree shaking. This PR alone doesn’t achieve anything yet, but I plan to add changes to enable the...

I don't see any benefits to using CommonJS—it might not even be necessary. However, keeping it just in case there are niche environments where mediasoup-client is used with `require` in...

@Horusiath It looks good. Thank you for letting me know. IMO, it would be better to define a safe API like the one you wrote with a different name from...