We are implementing authentication on gRPC Golang server. When a client connect to the server, it needs to send the token to the server to authenticate itself, and the server will save the auth info. When the client disconnect, the server should remove the auth info. But I could not find a way to be notified when the connection is closed. Does this kind of transportation supported on gRPC golang server?