27 $channel = $message->getChannel();
28 $response = new \fpoirotte\Pssht\Messages\CHANNEL\CLOSE(
29 $this->connection->getChannel($channel)
31 $transport->writeMessage($response);
32 $this->connection->freeChannel($channel);
handle($msgType,\fpoirotte\Pssht\Wire\Decoder $decoder,\fpoirotte\Pssht\Transport $transport, array &$context)
static unserialize(\fpoirotte\Pssht\Wire\Decoder $decoder)