James Ritts

Results 13 comments of 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: ![240081213-98b3b6e6-2980-4d7e-962c-d24efb14b5ff](https://github.com/nanomsg/nng/assets/3199673/57a99b0e-b786-486b-a858-47e00166fe80)

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.