tangled
alpha
login
or
join now
regnault.dev
/
core
forked from
tangled.org/core
Monorepo for Tangled
0
fork
atom
overview
issues
pulls
pipelines
jetstream: force reconnect on error
anirudh.fi
10 months ago
2e4bc7b8
71252a20
verified
This commit was signed with the committer's
known signature
.
anirudh.fi
SSH Key Fingerprint:
SHA256:FQUiBXeyBQT4WKOm7EKh6hLkHjBh9MdfkV3my0dueGE=
options
unified
split
Changed files
+2
jetstream
jetstream.go
+2
jetstream/jetstream.go
···
115
115
116
116
if err := j.client.ConnectAndRead(connCtx, cursor); err != nil {
117
117
l.Error("error reading jetstream", "error", err)
118
118
+
cancel()
119
119
+
continue
118
120
}
119
121
120
122
select {