1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-10 21:52:01 +02:00

Fix breaking code

This commit is contained in:
Asim Aslam
2019-07-10 20:03:55 +01:00
parent c5dd737568
commit e17ecf66b1

View File

@@ -150,8 +150,6 @@ func (t *tun) listen() {
// has no session but its set a listener session
s, exists = t.getSocket(id, "listener")
if !exists {
conti
// drop it, we don't care about
// messages we don't know about
continue