You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, that's interesting. I'm surprised this isn't coming up with more people. Switching away from localhost just happened in version 8.0.0 and was done for performance reasons: #186
hot-shots
9.0.0
Darwin foobar.local 21.4.0 Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022; root:xnu-8020.101.4~15/RELEASE_ARM64_T6000 arm64
we configure
StatsD
by default withhost
localhost
on Node.js 16 everything works as expected
on Node.js 17 and 18 we get:
Probably because localhost now resolves to
::1
instead of127.0.0.1
and the code path expects an ipv4 address?workaround is to configure
127.0.0.1
instead oflocalhost
The text was updated successfully, but these errors were encountered: