Commit 6007eeb3 authored by chenchuanwen's avatar chenchuanwen

bridgeReload

parent abd398b4
......@@ -38,7 +38,7 @@ class Test extends Logger
{
while (true) {
pcntl_signal_dispatch();
printf(".");
printf(".123");
sleep(1);
if (Signal::get() == SIGHUP) {
Signal::reset();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment