praekeltfoundation / vumi

Messaging engine for the delivery of SMS, Star Menu and chat messages to diverse audiences in emerging markets and beyond.
BSD 3-Clause "New" or "Revised" License
421 stars 131 forks source link

Fix fake_connection abortConnection under Twisted 16.1 #1033

Closed hodgestar closed 8 years ago

hodgestar commented 8 years ago

Twisted 16.1 adds its own abortConnection, so we need to improve our wrapping of abortConnection for fake connections.

jerith commented 8 years ago

:+1: after the docstring update.

hodgestar commented 8 years ago

Docstring updated.