You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build the daemon, I get these errors:
# dovecot-xaps-daemon/aps aps/apns.go:75:24: cannot use "xapsd" (type string) as type context.Context in argument to redisClient.cmdable.HSet: string does not implement context.Context (missing Deadline method) aps/apns.go:79:38: not enough arguments in call to redisClient.cmdable.HGetAll have (string) want (context.Context, string) aps/apns.go:89:25: cannot use "xapsd" (type string) as type context.Context in argument to redisClient.cmdable.HDel: string does not implement context.Context (missing Deadline method)
I think there might been a change to the used library?
Thanks for looking at the issue!
The text was updated successfully, but these errors were encountered:
Hi
When trying to build the daemon, I get these errors:
# dovecot-xaps-daemon/aps aps/apns.go:75:24: cannot use "xapsd" (type string) as type context.Context in argument to redisClient.cmdable.HSet: string does not implement context.Context (missing Deadline method) aps/apns.go:79:38: not enough arguments in call to redisClient.cmdable.HGetAll have (string) want (context.Context, string) aps/apns.go:89:25: cannot use "xapsd" (type string) as type context.Context in argument to redisClient.cmdable.HDel: string does not implement context.Context (missing Deadline method)
I think there might been a change to the used library?
Thanks for looking at the issue!
The text was updated successfully, but these errors were encountered: