Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Can not bind websockets to ipv6 #588

Closed
axel-verse opened this issue Oct 21, 2020 · 1 comment
Closed

Can not bind websockets to ipv6 #588

axel-verse opened this issue Oct 21, 2020 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed network Issues caused by the network configuration

Comments

@axel-verse
Copy link

When running php artisan websockets:serve in default configuration, it won't bind to IPv6.
Netstat (netstat -putan | grep 6001) gives me

tcp        0      0 0.0.0.0:6001            0.0.0.0:*               LISTEN      1886/php

Did I missed something I should configure, or there's no IPv6 implementation, or websockets simply don't work via IPv6?

Thanks in advance and sorry for bad English

@rennokki rennokki added good first issue Good for newcomers help wanted Extra attention is needed network Issues caused by the network configuration labels Nov 20, 2020
@rennokki
Copy link
Collaborator

Seems like an enhancement. Might be related to reactphp/socket#64

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed network Issues caused by the network configuration
Projects
None yet
Development

No branches or pull requests

3 participants