Fix Object.Call blocking

When used with the FlagNoReplyExpected flag
Object.Call blocks forever
because the returned Call.Done is nil

Returning a Call.Done with a closed channel
(with one reference to a call in it)
means reads to Call.Done won't block.
2 files changed