These weren't correctly handling teardown: nilling the `asyncDelegate` created a new selector-forwarding NSProxy that crashed and burned because there was nowhere to forward to. Nil everything correctly. Tentatively fixes #121.