Add config option to run signal-cli jsonRpc with --receive-mode on-connection flag?
#795
-
|
Current problem: When starting the signal-cli-rest-api container in jsonRPC mode, syncMessages are immediately received by signal-cli, but clients that are not immediately connecting to the /v1/receive websocket will not see those messages. The way I understand this, if running with Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I am afraid that wouldn't help much. |
Beta Was this translation helpful? Give feedback.
I am afraid that wouldn't help much.
--receive-mode on-connectionwould just mean thatsignal-cliwould wait until the REST API process establishes a TCP connection to the socket and then the data will be sent. But that doesn't mean that a websocket client is already connected to the REST API. So, the message would still be lost :/