Swoole\Event::delRemove a socket from reactor event listener Description
public static bool Swoole\Event::del(mixed
$sock)Removes a socket from the reactor event listener. Warning
Always call Event::del to unregister event monitoring prior to closing the socket. Failure to do so can result in memory leaks. Parameters
Return Values
Returns |