]> git.meshlink.io Git - meshlink/commitdiff
Ensure the poll callback is called when a channel is fully established.
authorGuus Sliepen <guus@meshlink.io>
Wed, 27 May 2020 19:00:32 +0000 (21:00 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sat, 30 May 2020 19:59:30 +0000 (21:59 +0200)
The optimization that reduced how often the poll callback is called when
the application did not write anything to the channel in the callback also
inadvertently stopped it from being called right when the channel is
fully established.


No differences found