You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to use a `counted_ringbuf` in the `transceivers` task because
there is a lot of activity that happens, specifically in the UDP
handler. I also bumped up the size from 16 -> 32 of that one because
there's nearly constant activity and each UDP message involves at least
three entries.
Fixes#1778
0 commit comments