sivy / pystatsd

Python implementation of the Statsd client/server
http://pypi.python.org/pypi/pystatsd/
BSD 2-Clause "Simplified" License
358 stars 87 forks source link

fixing concurrency issue with timers and counters #82

Closed vhermecz closed 10 years ago

vhermecz commented 10 years ago

fixes #81 fixes #79

x fix pystatsd/server.py - Deletion of entry in flush causes timer/counter update code to fail with KeyError