Open Trolldemorted opened 6 years ago
I was busy in the last time, sorry for the delay. I'm unsure if the underlying libsignal is thread safe and would guess it is not. This would require some sort of queue in SignalConnection which is processed by the main thread.
In our scenario we are using a thread to listen for certain system events, and have to to send messages from that thread.
Is it safe to call SignalConnection's sendMessage functions from a separate thread?