-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't specify address family, may use the wrong one #61
Comments
Interesting point, especially since The official StatsD server seems to only support one of v4 or v6 at a time. Maybe we need a boolean |
Hide ipv6 behind the flag seems like a good idea :). |
Was this issue ever solved? Commit 852c849 doesn't seem to have anything to do with this. |
You're absolutely right, it was e78b046, which is not on PyPI yet |
Thanks @jsocol ! Any timeframe for the release of 3.2 to PyPi? |
I don't really know why I didn't do it in March. Once #63 is wrapped up I'll push the new version. |
Sounds good, thanks @jsocol! |
* Create the domain flow, nodes, edges object, and implement flow_execution * Plug new domain objects to current logic * Create Answer class in domain, finish implementing test_answer_node_text in domain * Add first test for buttons * Upgrade requirements * raise NotImplmentedError instead of pass Co-authored-by: Antoine Ogier <antoine.ogier@mindsay.com>
Hi,
latest release come with default ipv6 support. I think it should be an option not set by default because e.g. etsy statsd has ipv6 support disabled by default and updating pystatsd can easily broke metrics collecting and finding cause will be not so obvious (it happened to me :)).
The text was updated successfully, but these errors were encountered: