This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
Can not bind websockets to ipv6 #588
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
network
Issues caused by the network configuration
When running
php artisan websockets:serve
in default configuration, it won't bind to IPv6.Netstat (
netstat -putan | grep 6001
) gives meDid 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
The text was updated successfully, but these errors were encountered: