<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 18, 2015 at 6:40 AM, Mike Kazantsev <span dir="ltr"><<a href="mailto:mk.fraggod@gmail.com" target="_blank">mk.fraggod@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
<br>
I have a question:<br>
<br>
Is it expected that calling "get_all_connections(port)" from a port<br>
registration callback in libjack can cause client being timed-out by<br>
jackd1?<br></blockquote><div><br></div><div>You cannot make any calls that talk to the server from within a callback from the server.<br><br></div><div>No, this is not documented.<br><br></div><div>No, which calls talk to the server is not documented.<br><br></div><div>Use the callback to queue some action in another thread (e.g. your GUI, or whatever).<br></div></div><br></div></div>