I am trying to implement grpc callback service and have derived my callback 
handler class from ServerUnaryReactor.

class AuthorisationCallbackHandler : public grpc::ServerUnaryReactor

As part of request processing we return grpc::ServerUnaryReactor to grpc 
server/service.

The destructor for AuthorisationCallbackHandler is never called so I assume 
we are still responsible for its clean up.

Is this correct and how to we know grpc is finished with it?

Is that what grpc::ServerUnaryReactor::OnDone is for?

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/7f4ee045-c9ee-4c8f-b62d-d9c220c04116n%40googlegroups.com.

Reply via email to