Skip to content

zb: Create message stream before sending method call

Zeeshan Ali Khan requested to merge zeenix/zbus:fix-signal-stream-deadlock into main

Becuase we're going to receive the method call reply on the stream and if the stream is created after the call, there is a chance we may miss the reply.

Fixes #292 (closed).

Merge request reports