Add ClientConfig and ConnectionConfig, Feature Negotiation and Authentication
This commit is contained in:
@ -30,11 +30,6 @@ final class Consumer extends Connection
|
||||
$this->rdy = $count;
|
||||
}
|
||||
|
||||
public function consume(float $timeout): ?Message
|
||||
{
|
||||
return $this->receive($timeout)?->toMessage($this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Finish a message (indicate successful processing).
|
||||
*/
|
||||
|
Reference in New Issue
Block a user