mirror of
https://github.com/danog/ipc.git
synced 2024-11-26 20:15:05 +01:00
Cs-fix
This commit is contained in:
parent
62eeba222c
commit
9450af5ca3
@ -52,7 +52,8 @@ class IpcServer
|
||||
if (!$useFIFO) {
|
||||
try {
|
||||
$this->server = \stream_socket_server($listenUri, $errno, $errstr, \STREAM_SERVER_BIND | \STREAM_SERVER_LISTEN);
|
||||
} catch (\Throwable $e) {}
|
||||
} catch (\Throwable $e) {
|
||||
}
|
||||
}
|
||||
|
||||
$fifo = false;
|
||||
|
Loading…
Reference in New Issue
Block a user