Skip to content

Commit

Permalink
Improve subscribe throughput upon increased latency (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Dec 17, 2022
1 parent c03a2bf commit f6e948a
Show file tree
Hide file tree
Showing 6 changed files with 155 additions and 214 deletions.
2 changes: 1 addition & 1 deletion _examples/redis_broker_presence/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func main() {
centrifuge.WithHistory(10, time.Minute),
)
if err != nil {
log.Println(err.Error())
log.Printf("error publishing: %v", err)
}
_, err = node.History("chat:" + strconv.Itoa(i))
if err != nil {
Expand Down
Loading

0 comments on commit f6e948a

Please sign in to comment.