tryCatch
Results
2
issues of
tryCatch
对于HttpServer,在ON_REQUEST回调中,调用了exceptionHandlerDispatcher,把异常交给已注册的hander处理; 对于WebsocketServer,也在ON_HAND_SHAKE匹配异常hander。 但是,WebsocketServer的ON_MESSAGE为什么不调用exceptionHandlerDispatcher,只打log?
question
Execute the command and paste the result below. Command: `uname -a && php -v && composer info | grep hyperf && php --ri swoole` ```bash Darwin MacBook-Pro-2.local 25.0.0 Darwin Kernel...
bug