mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-26 15:05:39 +00:00
If we get cancelled before jh.await returns we've take()n the join handle but drop the result on the floor. Fix it by setting self.join_handle = None after the .await fixes https://github.com/neondatabase/neon/issues/3104