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:
@ -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.
|
||||
|
Reference in New Issue
Block a user