how to include the codeigniter websocket library correctly?

白昼怎懂夜的黑 提交于 2021-01-29 22:18:16

问题


I found this library to use web-socket protocol in code-igniter

codeigniter-websocket and I did all the steps. I even make the same example in the description and I got this Error

An Error Was Encountered
Unable to load the requested class: Codeigniter_websocket

回答1:


It was a bug of that package. It does not load the package library due to incorrect vendor path. This bug has been fixed. Codeigniter WebSocket Library has been updated. Please Update the library. If you face installation problem You may also check the Codeigniter WebSocket Example



来源:https://stackoverflow.com/questions/55881767/how-to-include-the-codeigniter-websocket-library-correctly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!