Questions tagged [roadrunner]
8 questions
3
votes
1 answer
install laravel octane roadrunner using docker
I want to install and run laravel octane roadrunner using docker. Necessary environment that is needed to build docker container is setup like docker desktop, wsl 2 layer, php 8.
This is my Dockerfile:
this is my docker-compose.yml file :
this is…

mofiroz
- 66
- 8
1
vote
0 answers
PhpStorm's "Listen for Debug Connections" button is not active
At some point the button to enable debugging became inactive. What can be the problem and how to cure it?
I tried to change port and other settings, rebooted the machine.
I searched for information on the net, but found nothing useful.

Maksim Borodov
- 419
- 2
- 7
- 13
1
vote
1 answer
Roadrunner RPC call log
I want to call roadrunners RPC method log from PHP.
I have an instance of Spriral\Goridge\RPC in $rpc and it is connected to the running roadrunner rpc via TCP. On that RPC instance I execute the following call, where $payload is a normal string.…

Andreas Linden
- 12,489
- 7
- 51
- 67
0
votes
0 answers
Php creating strange session cookie value
I'm not sure it has any influence but just for some context, the application powered by a roadrunner server. Cookie payload is extracted at event loop and the session's cookies are computed just while reading response headers into the roadrunner psr…

I Want Answers
- 371
- 3
- 15
0
votes
0 answers
TFlite model slow/no inference
I am trying to get an opencv pipeline working on a REV control hub for FTC with tensorflow. I have a trained TFLite model and I am processing it and retrieving the confidences. It works well on an android device as an android app, but it doesn't…
0
votes
1 answer
use Ev and Road Runner together?
app_example.php
trying to combine an example of RR app and Ev together.
trying to use Ev to update a global variable,
which is used in HTTP response.
Ev::run(Ev::RUN_NOWAIT);
does not seem to have any effect.
Ev::run();
works. but Ev is done before…

Mingzuo Shen
- 3
- 1
- 2
0
votes
1 answer
Unable to Launch Octane RoadRunner Server for PHP 8.0
Octane is installed with roadrunner while following the official guide, on the Ubuntu 18.04 server. Each step works as expected until the server is started:
php artisan octane:start --server=roadrunner --port=8181
Then, an error is received and the…

amsh
- 3,097
- 2
- 12
- 26
-1
votes
1 answer
In Carla Simulator I want to import a Map which I have created in RoadRunner
I have created a map in roadrunner, I have the option of
add/import
but when I added the map it shows
Failed for many operations
I also checked the file format which it needs to be imported.
If anyone have any detailed steps to import a manually…