Emmanuel Fournier

Results 1 comments of Emmanuel Fournier

Better solution : in Wrench/lib/Socket/ServerSocket.php getSocketStreamContextOptions() method, add $options['tcp_nodelay'] = TRUE; and remove socket_set_option() call in accept() method. It works ;-)