pomerium/pkg
Cuong Manh Le 05545b3e1d
pkg/storage/redis: do not use timeout to signal redis conn to stop (#1155)
Instead, we run the loop in goroutine, and when context was done,
closing the underlying connection of PubSubConn, so the Receive will
return.

Fixes #1154
2020-07-29 21:48:50 +07:00
..
cryptutil cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
grpc directory.Group entry for groups (#1118) 2020-07-22 11:28:53 -06:00
grpcutil pkg: add grpcutil package (#1032) 2020-07-01 15:21:19 -06:00
storage pkg/storage/redis: do not use timeout to signal redis conn to stop (#1155) 2020-07-29 21:48:50 +07:00