bmuller / txyam

Yet Another Memcached (YAM) client for Python Twisted
Other
10 stars 5 forks source link

Fix leaking of connections. #3

Closed dpnova closed 11 years ago

dpnova commented 11 years ago

Hey, connect was being called twice upon every new client which was causing some severe memory and connection issues.

This should fix it without breaking existing code.

bmuller commented 11 years ago

Thanks for finding this!