mirror of
https://github.com/go-micro/go-micro.git
synced 2025-08-10 21:52:01 +02:00
Merge pull request #824 from micro/tunnel
wait for response on accept message
This commit is contained in:
@@ -163,7 +163,7 @@ func (s *session) Accept() error {
|
|||||||
case <-s.closed:
|
case <-s.closed:
|
||||||
return io.EOF
|
return io.EOF
|
||||||
case s.send <- msg:
|
case s.send <- msg:
|
||||||
return nil
|
// no op here
|
||||||
}
|
}
|
||||||
|
|
||||||
// wait for send response
|
// wait for send response
|
||||||
|
Reference in New Issue
Block a user