You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server: Pass the assigner to the Finish method of a Service
This is a breaking change to the Service interface. It extends the Finish
method to receive the assigner that was passed to the server, along with the
server exit status. This permits the implementation to clean up per-assigner
state when the server exits.
0 commit comments