Skip to content

zb: Drop lifetimes from MessageSink

Zeeshan Ali Khan requested to merge zeenix/drop-sink-lifetimes into main

By using synchronous locking. Fortunately, we don't need to maintain a lock on the socket during the only two async method of Sink implementation so we can just always get the lock in these methods.

Merge request reports