twisted / nevow

Web Application Construction Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`connectionMade` is sometimes called too late

mithrandi opened this issue · comments

If the initial transport request contains messages (eg. remote calls), these will be processed before connectionMade is invoke, resulting in inconsistent ordering of events (you might have an exposed method called before any initialization in connectionMade has happened).

Fixed in #66.