You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a simple dbus client for modem manager and it's location (org.freedesktop.ModemManager1.Modem.Location) interface. When terminated by SIGINT I want the client to stop the GPS.
I do not have the example any more - I rewrote it and used pipe IO.select as shown in the mentioned blog. But simply any contruction like
Explanation: Holding mutex in trap is deadlockable. It is what ruby complained.
Possible solutions I found at this blog
The text was updated successfully, but these errors were encountered: