go-capnp icon indicating copy to clipboard operation
go-capnp copied to clipboard

Fix incorrect docs for Client.Release().

Open zenhack opened this issue 2 years ago • 0 comments

The implementation does not panic, and in fact some of the tests depend on this behavior to do a defer client.Release() even though they may end up releasing a client sooner than the end of the function call.

zenhack avatar Sep 28 '22 18:09 zenhack