Kei Kamikawa

Results 108 comments of Kei Kamikawa

Maybe dropbear might be needed.

I'm trying qemu-guest-agent to run any command but I don't know how to do it. In my understanding, through ssh if use dropbear but through vsock if qemu-guest-agent. Right?

@cfergeau Thanks for your reporting! Exactly, we should handle them

Client log (receives interval 10s) ``` duration [1s]: 10s 11:19PM DBG TagRPC FailFast=true FullMethodName=/testing.Stream/ServerStream 11:19PM DBG stats Begin BeginTime=2020-11-04T23:19:08+09:00 FailFast=true IsClient=true 11:19PM DBG stats OutHeader Compression= FullMethod=/testing.Stream/ServerStream Header={"user-agent":["grpc-go/1.31.0"]} IsClient=true LocalAddr=127.0.0.1:57703...

Server Side Log ``` 11:19PM DBG TagRPC FailFast=false FullMethodName=/testing.Stream/ServerStream 11:19PM DBG stats InHeader Compression= FullMethod=/testing.Stream/ServerStream Header={":authority":[":4000"],"content-type":["application/grpc"],"user-agent":["grpc-go/1.31.0"]} IsClient=false LocalAddr=127.0.0.1:4000 RemoteAddr=127.0.0.1:57703 WireLength=7 11:19PM DBG stats Begin BeginTime=2020-11-04T23:19:08+09:00 FailFast=false IsClient=false 11:19PM DBG stats...

Hi, @yusukebe 👋 I saw this #410 and I came in here. I want to set any values to the context in the middleware. and use it on main handler....

@yusukebe Nice API!! It's enough for me. Personally, I can't agree with extending context after adding some functions because if we use some middleware and their middleware extends the context,...

@hypirion Thanks for feedback! I understand your opinion, but I have one concern. That is the data will remain on memory unless the next Get method is called. I'm hoping...

And, I don't believe each goroutine size is 2kb. The size meaning for initial stack size. See https://tpaschalis.github.io/goroutines-size/

@hypirion Thanks. I'm looking forward to the PR you create! If you have no time, I can make PR for it. So please let me know.