walkor

Results 250 comments of walkor

I can't tell you what's the problem. Can you give a simple example to reproduce.

Do not initialize mysqli connections directly in the start file. Put the initialization of mysqli in onworker start like this. ```php use Workerman\Timer; $io = new SocketIO(9120); $io->on('workerStart', function()use($io) {...

It looks like it is phpsocket.io not compatible with your react native socket.io client. I recommend using nodejs socket.io to replace phpsocket.io.

I'm very sorry for the limited energy. There is no plan at present. I would be very grateful if anyone could do it.

Yes, it only work on versions < 3. There is no plan on upgrading.

It doesn't look normal. There may be a memory leak somewhere for web-msg-sender. I'm not sure.

17M is the result of php function memory_get_usage(true). I don't know why there is such a big difference.

Thank you so much for your chart.Yes, it seems there is memory leak with connection or timer. The mechanism of phpsocket.io is so complex, and it is not easy to...

Unfortunately, it has not been fixed yet. Socket is destroyed when the connection closed.