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

using counters causes py-statsd to crash #65

Closed rjbs closed 11 years ago

rjbs commented 11 years ago

pystatsd has been working fine until today, when I started to send increments. If I sent one, everything was fine. If I sent a second, I'd get a type error. There was code trying to use an int as an iterator.

Only being able to count one item on the counter... not so useful! :)