1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00

We need the right sequence number for the stream

This commit is contained in:
Asim
2016-01-21 01:03:27 +00:00
parent 8724e68ae4
commit 93ea171b31
2 changed files with 6 additions and 4 deletions

View File

@ -277,6 +277,7 @@ func (s *service) call(ctx context.Context, server *server, sending *sync.Mutex,
context: ctx,
codec: codec,
request: r,
seq: req.Seq,
}
// Invoke the method, providing a new value for the reply.