-
- Downloads
Improve performance of dhcp integration client processing (#106137)
We were using run_callback_threadsafe here which has the overhead of creating a future and waiting for the result when we throw it away.
Please register or sign in to comment