mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:03:03 +01:00
Fixed CORE-5757: deadlock with events
This commit is contained in:
parent
f7a663f3a0
commit
1888eab6f3
@ -2090,6 +2090,8 @@ static void select_port(rem_port* main_port, Select* selct, RemPortPtr& port)
|
||||
case Select::SEL_BAD:
|
||||
if (port->port_state == rem_port::BROKEN || (port->port_flags & PORT_connecting))
|
||||
continue;
|
||||
if (port->port_flags & PORT_async)
|
||||
continue;
|
||||
return;
|
||||
|
||||
case Select::SEL_DISCONNECTED:
|
||||
|
Loading…
Reference in New Issue
Block a user