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
Fix for issue #438:
- Fixed callback lifetime bug in CAN transport; added unit test to
specifically verify TX media callback lifetime.
- Although there is no such issue at UDP transport, still added similar
test for udp as well.
media.tx_callback().reset();
was lost during the refactoring - as result constant polling even when TX queue is already empty.The text was updated successfully, but these errors were encountered: