報(bào)這種提示是異常嗎?
frame not masked so close the connection
客戶端有APP也有瀏覽器,gateway 中的workerman用的是最新版的,如果客戶端返回一個(gè)null會(huì)不會(huì)導(dǎo)致這個(gè)問題呢
I had the same problem.
there were such errors:
_frame not masked so close the connection_
or
_error opcode XX and close websocket connection_
it turned out to blame was mbstring
in particular, strlen (), which when enabled "mbstring " begins to measure not bytes but characters.
To solve this need in php.ini set
mbstring.func_overload = 0