-
Can there be more than one Session (with the same lease) running at the same time? |
Beta Was this translation helpful? Give feedback.
Answered by
SimFG
Jul 6, 2022
Replies: 1 comment
-
maybe you can try
see more detail: etcd/tests/integration/v3_election_test.go Lines 239 to 282 in 248f072 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mig824
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maybe you can try
concurrency.NewSession(cli, concurrency.WithLease(leaseId))
, like:see more detail:
etcd/tests/integration/v3_election_test.go
Lines 239 to 282 in 248f072