lightninglabs / lightning-node-connect

MIT License
78 stars 22 forks source link

mobile: ConnectServer: use mutex more conservatively #64

Closed kaloudis closed 1 year ago

kaloudis commented 1 year ago

Previous usage of the mutex in ConnectServer was causing a lock-up, conflicting with our polling calls to IsConnected. This more conservative approach fixes the issue.