@@ -47,7 +47,7 @@ |
||
47 | 47 | |
48 | 48 | $this->forwarder->forward($incoming, $this->forwardAddress, $this->forwardPort)->then(function(Stream $outgoing) use ($incoming) { |
49 | 49 | $outgoing->on('init', function() use ($outgoing, $incoming) { |
50 | - $this->emit('connection', [$incoming, $this->createConnection($outgoing->stream, false)]); |
|
50 | + $this->emit('connection', [$incoming, $this->createConnection($outgoing->stream, false)]); |
|
51 | 51 | }); |
52 | 52 | }); |
53 | 53 |