Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call PBClientFactory.clientConnectionLost to break a reference cycle.
This is the same basic problem as twisted@5f07ad4 connectedServerAndClient previously created its own Broker object. Now that connectServerAndClient takes a PBClientFactory instance, its clientConnectionLost method must also be called to remove its _broker attribute, breaking the PBClientFactory <-> _broker and RemoteReference <-> broker cycles.
- Loading branch information