daniel has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/33319 )
Change subject: stream: Correctly close osmo_stream_cli when in state WAIT_RECONNECT ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: I'm not sure if anyone is relying on the fact that an osmo_stream_cli will continue to reconnect if osmo_stream_cli_close() is called while in state WAIT_RECONNECT.
I think in practice programs will have called osmo_stream_cli_destroy() which will remove the timer then.