• dogmaphobic's avatar
    Fixing asynchronous issue with link disconnect. · e0d94b4d
    dogmaphobic authored
    I noticed that some times, the disconnect signal would get to the updateConnect button (tool bar) before the link was physically disconnected. That would cause it to count it as a still connected link and get the connect button logic out of sync.
    While at it, added an interface to the UDP link to return its configuration instance. That allows the LinkManager to unlink it when disconnecting it.
    e0d94b4d
UDPLink.h 5.48 KB