Skip to content

fix route socket errors

Evan Hunt requested to merge each-route-socket-fixes into main

It was possible for the route socket's udp_recv() callback to fire after the socket was already shutting down, causing assertion failures.

Edited by Evan Hunt

Merge request reports