Skip to content

Remove blocking socket calls

Blocking calls to the standard library socket should not be made when using an async framework like twisted as these will block the reactor.