本文尚未完成,在此只写一些句子,以后慢慢整理. 一.参数 IllegalArgumentException No payload parameter present on the method[message],意思是该有的参数没有,比如onError()必须有Throwable参数,onMessage()必须有String message参数或者ByteBuffer类型的参数来接受消息. 沿着抛出这个异常的异常栈逐个打开源代码,会看见容器初始化ServerEndPoint的每个细节,以及对其函
最近在使用Ratchet (一个PHP websocket框架)改造一个PHP网站的时候,出现了错误: "It is set to 1024, but you have descriptors numbered at least as high as 1266. --enable-fd-setsize=2048 is recommended, but you may want to set itto equal the maximum number of open files supported