I am not sure you should be using async context for real time tasks. Async context is more soft or non real time. May be presentable to sockets operations and maybe some UI elements. I am not sure about using critical sections here either. More than likely you want something else.
I see no reason for why this does not work. However using queue may work, but I am guessing this is a little outside your comfort zone. More than likely the issue is something in your code. You do not provide a lot of detail to go on.
I see no reason for why this does not work. However using queue may work, but I am guessing this is a little outside your comfort zone. More than likely the issue is something in your code. You do not provide a lot of detail to go on.
Statistics: Posted by dthacher — Thu Jun 27, 2024 2:04 pm