Closed AdamSEY closed 4 years ago
Hi, I tried as follows:
$loop = \React\EventLoop\Factory::create(); $router = new \Thruway\Peer\Router($loop); $client = new Thruway\Transport\RatchetTransportProvider(WS_ADDRESS,WS_PORT); $client->enableKeepAlive($loop,3); $router->registerModule($client);
But I'm not receiving any ping/pong requests, Is there's a bug right here or I'm missing something?
The enableKeepAlive is implemented at the transport level, so you would only see transport ping and pong. Closing issue due to inactivity.
Hi, I tried as follows:
But I'm not receiving any ping/pong requests, Is there's a bug right here or I'm missing something?