signalapp / libsignal-protocol-javascript

This library is no longer maintained. libsignal-protocol-javascript was an implementation of the Signal Protocol, written in JavaScript. It has been replaced by libsignal-client’s typesafe TypeScript API.

Home Page:https://signal.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keepalive?

JsBergbau opened this issue · comments

https://github.com/gausma/nodered-contrib-signal-client This project uses libsignal. However after some time no messages are received anymore. When you restart the node, thus re-establish a connection, messages are received again.
So I think it needs some keepalive. Is there support in your library or where should you begin with? Perhaps, then I take a look to detect dead connections and re-establish it.

Thanks for your support.

libsignal-protocol-javascript doesn't maintain any connections; it just processes incoming messages and encrypts outgoing messages. I'm going to close this.

Thanks for the hint. Sorry, you're absolutely right. I mixed it up. The correct project is libsignal-service-javascript.