Add config option to run signal-cli jsonRpc with --receive-mode on-connection flag?
#795
Answered
by
bbernhard
everythingallthetime
asked this question in
Q&A
|
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! |
Answered by
bbernhard
Mar 5, 2026
Replies: 1 comment
|
I am afraid that wouldn't help much. |
0 replies
Answer selected by
everythingallthetime
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 :/