signal-golang / textsecure

TextSecure(signal) client package for Go
GNU General Public License v3.0
57 stars 26 forks source link

TextSecure is flooding the logs when internet is unreachable #32

Open Flaburgan opened 3 years ago

Flaburgan commented 3 years ago

Since the last version. Follow up of https://github.com/nanu-c/axolotl/issues/328 on the Axolotl side.

Maybe we could use something like https://godoc.org/net#DialTimeout here: https://github.com/signal-golang/textsecure/blob/master/websocket.go#L55 to check if internet is available?