我使用workerman Thrift Rpc框架,在Handler文件中實(shí)現(xiàn)接口方法的時(shí)候,想連mysql查詢一下數(shù)據(jù)的時(shí)候報(bào)下面錯(cuò),如果不連接mysql就沒有問(wèn)題,不知道為什么 PHP Fatal error: Uncaught exception 'Thrift\Exception\TTransportException' with message 'TSocket read 0 bytes' in \wor...
我想在event.php里處理onmessage時(shí)候往mongodb里存儲(chǔ)數(shù)據(jù),不知道怎么才能引入對(duì)mongodb的支持...