mirror of https://github.com/citusdata/citus.git
Receive cancellations
parent
d1ac5c5e00
commit
eadb18e758
|
@ -274,6 +274,8 @@ WaitLoopForSharedConnection(const char *hostname, int port)
|
||||||
{
|
{
|
||||||
while (!TryToIncrementSharedConnectionCounter(hostname, port))
|
while (!TryToIncrementSharedConnectionCounter(hostname, port))
|
||||||
{
|
{
|
||||||
|
CHECK_FOR_INTERRUPTS();
|
||||||
|
|
||||||
WaitForSharedConnection();
|
WaitForSharedConnection();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue