Oliver Seemann
Results
1
issues of
Oliver Seemann
Occasionally our pystatsd instance freezes, maybe in a similar way as in #40. Strace showed a `KeyError` in the following line: See [server.py:118](https://github.com/sivy/pystatsd/blob/0.1.10/pystatsd/server.py#L118) ``` python if key not in self.timers:...