|
You are here |
jbrandhorst.com | ||
| | | | |
blog.owulveryck.info
|
|
| | | | | This is a simple article that describes the wiring of the tool I made for streaming the content of the remarkable 2 on a computer. From the proc filesystem to the gRPC implementation over HTTP/2 via the certificate generation. | |
| | | | |
bartlomiejmika.com
|
|
| | | | | Did you just finish reading the gRPC Basics tutorial and you dont know where to begin with using it? In this post Ill explain how to take a fast time-series database called tstorage and write a gRPC server and client with it. | |
| | | | |
www.joeshaw.org
|
|
| | | | | Two great tastes that taste great together | |
| | | | |
matttproud.com
|
|
| | | Pop quiz, hot shot: what is the behavior of func f (as defined below) when it is called from a bare gRPC method or HTTP handler as go f(ctx) using the context.Context provided to the handler?1 1 2 3 4 5 6 7 8 9 10 11 func f(ctx context.Context) { // Flimsily make it improbable for this function to continue while the // handler is serving. time.Sleep(time.Second) select { case <-time. | ||