Closed juliankrieger closed 4 months ago
In my recent work, I've come up with in issue that resulted in a stack overflow in nimble_host, when calculating expensive data inside an on_read callback. I could resolve my issue with the configuration option above.
nimble_host
on_read
Another idea would be to run a smaller tokio/mio thread and signal it to do the expensive calculation.
@juliankrieger Thanks for creating this issue, could you create a pull request?
Sure!
In my recent work, I've come up with in issue that resulted in a stack overflow in
nimble_host
, when calculating expensive data inside anon_read
callback. I could resolve my issue with the configuration option above.