Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Feb 10, 2025
1 parent 651c507 commit 796a0b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,6 @@ func (sc *SubscriptionContext) getConnectionInitAt() time.Time {
return sc.connectionInitAt
}

func (sc *SubscriptionContext) setConnectionInitAt(t time.Time) {
sc.mutex.Lock()
defer sc.mutex.Unlock()

sc.connectionInitAt = t
}

func (sc *SubscriptionContext) setLastReceivedMessageAt(t time.Time) {
sc.mutex.Lock()
defer sc.mutex.Unlock()
Expand Down

0 comments on commit 796a0b6

Please sign in to comment.