ipv6

Q: How can a client access using both IPv4 and IPv6 addresses?

A: When initializing the container, simply listen to the address by writing [::].

For example:

$worker = new Worker('http://[::]:8080');
$gateway = new Gateway('websocket://[::]:8081');