Export to GitHub

dotnetopenid - issue #200

Channel should dispose of IDisposable binding elements


Posted on Feb 2, 2009 by Quick Panda

Channel should implement IDisposable, and its Dispose method should call Dispose on any binding elements that also implement IDisposable.

Then we should propagate IDisposable up to all the facade classes.

Comment #1

Posted on Feb 5, 2009 by Quick Panda

Fixed in master f63e1944066d0b74fa28c287b58d47030df1ea94.

Status: Fixed

Labels:
Type-Defect Priority-Medium Release-3.0