more robust connection handling

Programming applications for making music on Linux.

Moderators: MattKingUSA, khz

Post Reply
tatch
Established Member
Posts: 662
Joined: Fri Nov 16, 2012 3:18 pm

more robust connection handling

Post by tatch »

https://github.com/original-male/non/is ... t-69522611
male wrote: A piece of the conncetion management puzzle that's always been missing is that there's no difference, as far as the JACK API is concerned, between a connection being lost/dropped and a connection being explicitly broken by the user.
admittedly i have little to no idea of how the JACK API actually works or how connections are established, but this doesn't seem like a prohibitively difficult problem... wouldn't this just be as simple as doing some sort of handshake upon disconnection? or is it more complicated than that?
Post Reply