TODO: update

This commit is contained in:
2025-11-04 00:32:39 -04:00
parent d6e1e7ebc0
commit 4a1bcb1516
+4
View File
@@ -37,3 +37,7 @@
timeout to complete.
* StimulusBuffer should take a sh_ptr<DeviceAttachmentSpec> and not
a DeviceAttachmentSpec&.
* UdpCommandDemuxer::registerUdpCommandHandler should accept a pointer
to the io_context of the thread it should post its callbacks to, and
then post callbacks to those io_contexts when UDP cmd responses
come in.