Errata

Twisted Network Programming Essentials

Errata for Twisted Network Programming Essentials

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
PDF Page 16
7

In the connectionMade method, it is defined as such:

def connectionMade(self):
self.factory.numConnections += 1

However this results in an AttributeError because factory does not contain a numConnections attribute.

michael shada  Mar 07, 2015