Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofyan Saputra committed Nov 6, 2022
1 parent 3dab014 commit 2e57f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package pubsubrouter
import (
"context"
"errors"
"log"
"fmt"
"sync/atomic"
"time"

Expand Down Expand Up @@ -66,7 +66,7 @@ func (s *Server) Start() {
err := s.router.HandleMessage(&m)
if err != nil {
msg.Ack()
log.Fatal(err)
fmt.Println("error", err.Error())
}
})
}

0 comments on commit 2e57f7a

Please sign in to comment.