James Ritts
James Ritts
The loop at the top of discord_voice_client::send_audio_raw recursively calls itself, breaking up longer buffers into 11520 chunks. I'm already sending the maximum 11520 bytes per call to avoid the extra...
Never mind, I read through the implementation and see what you mean by timing. I tried calling send_audio_raw from my streaming audio input thread, and I'm getting a repeatable crash...
No, as I said, now I am calling send_audio_raw from my streaming audio input thread, not a DPP callback. There are no DPP frames above my call to send_audio_raw. As...
I'm having a similar problem in which a Page doesn't update after changing the pdf source (in my case a blob) on the Document. I noticed the html text layer...
Update: I can fix (or work around) the problem by having Page.getPdf() always return context.pdf, not (props.pdf || context.pdf).
I had temporarily moved to 4.0.0, to see if I could still reproduce the bug. The work around was done on the main branch.
Here's a self-contained test for vs2022, with the output of one run on my machine. I highlighted the case where dialing a tls+tcp listener from multiple REQ sockets on different...
I looped the test, and after 1-2 minutes I saw this hang: 
Sorry, yes, I think I had enabled polyamorous mode. You can ignore that comment, it was just another configuration I tried to see if a multithreaded TLS client would fail...
Ah, I see. Sorry for the poor detail on the PAIR1 experiment - I'm not 100% sure how I configured it.