我現(xiàn)在的部署方案是
我采用的是 gatewayWorker
1:一臺register
2:一臺 gateway
3:一臺 worker服務(wù)
場景描述:
1:有的時候客戶端發(fā)送消息的時候,我在worker里面的 onMessage里面
輸出日志 ,這里壓根不輸出
服務(wù)端響應(yīng)的還是之前的數(shù)據(jù)
我php版本是7.1 另外 opcache也關(guān)閉了 我在編譯的時候 --disable-opcache
'./configure' '--prefix=/data/server/php' '--with-config-file-path=/data/server/php/etc' '--with-curl' '--with-freetype-dir' '--with-gd' '--with-gettext' '--with-iconv-dir' '--with-kerberos' '--with-libdir=lib64' '--with-libxml-dir' '--with-mysqli' '--with-openssl' '--with-pcre-regex' '--with-pdo-mysql' '--with-pdo-sqlite' '--with-pear' '--with-png-dir' '--with-xmlrpc' '--with-xsl' '--with-zlib' '--enable-fpm' '--enable-bcmath' '--enable-libxml' '--enable-inline-optimization' '--enable-gd-native-ttf' '--enable-mbregex' '--enable-mbstring' '--disable-opcache' '--enable-pcntl' '--enable-shmop' '--enable-soap' '--enable-sockets' '--enable-sysvsem' '--enable-xml' '--enable-zip'