Re: Possible bug in Go generated code related to multiple outstanding requests

2016-05-15 Thread Jens Geyer
code related to multiple outstanding requests Hello, list. I've encountered a problem with generated Go code, namely, when I try to use the same client to send multiple requests in quick succession I run into "ping failed: out of sequence response" error. This happens because respo

Possible bug in Go generated code related to multiple outstanding requests

2016-05-15 Thread Oleg Sivokon
Hello, list. I've encountered a problem with generated Go code, namely, when I try to use the same client to send multiple requests in quick succession I run into "ping failed: out of sequence response" error. This happens because responses don't necessarily arrive before next request is sent.