jason 075d766964 first 3 년 전
..
client 075d766964 first 3 년 전
server 075d766964 first 3 년 전
README.md 075d766964 first 3 년 전

README.md

Cancellation

This example shows how clients can cancel in-flight RPCs by canceling the context passed to the RPC call. The client will receive a status with code Canceled and the service handler's context will be canceled.

go run server/main.go
go run client/main.go