Laravel 单向沟通
Laravel one way communication
我希望 laravel 后端在我的数据库中有条目时向我的 Ionic 应用程序发送消息。我不想在前端进行轮询,找到了这个库 rukavina/kurento-client-php
(https://github.com/rukavina/kurento-client-php) 但由于出现此错误而无法取得任何成功。
Array (
[code] => 40201
[data] => Array (
[type] => SDP_PARSE_ERROR
)
[message] => Empty offer not valid
)
任何实施了 kurento-client-php 库或处理过类似情况的人都可以帮助我。
终于用 Laravel-ratchet 和 php-zmq 做到了。
我希望 laravel 后端在我的数据库中有条目时向我的 Ionic 应用程序发送消息。我不想在前端进行轮询,找到了这个库 rukavina/kurento-client-php (https://github.com/rukavina/kurento-client-php) 但由于出现此错误而无法取得任何成功。
Array (
[code] => 40201
[data] => Array (
[type] => SDP_PARSE_ERROR
)
[message] => Empty offer not valid
)
任何实施了 kurento-client-php 库或处理过类似情况的人都可以帮助我。
终于用 Laravel-ratchet 和 php-zmq 做到了。