Skip to content

Commit

Permalink
client: send state on first connect
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Nov 30, 2024
1 parent 175bd8b commit f70fb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/connector/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (b *BlueskyClient) startPolling() {
log.Debug().Msg("Stopped polling")
}()
ctxDone := ctx.Done()
isErroring := false
isErroring := true
for {
err := b.pollOnce(ctx)
if err != nil {
Expand Down

0 comments on commit f70fb53

Please sign in to comment.