-
Hi, first of all thanks for this great tool! I working on signal connector to external communications tool, so I need to implement two features
Why receiving works so slow, is there any possibility to "listen" for incoming messages to make is close as possible to mobile app experience? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You probably want to use the https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc#jsonrpc https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc#daemon |
Beta Was this translation helpful? Give feedback.
You probably want to use the
jsonRpc
ordaemon
command, where signal-cli keeps running and waits for messages from the server.https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc#jsonrpc
https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc#daemon