[rabbitmq-discuss] Stomp frame not terminated with null character
Tony Garnock-Jones
tonyg at lshift.net
Thu Sep 18 19:53:56 BST 2008
Aha!
Jonatan Kallus wrote:
> $read = fgets($this->_socket, $rb);
fgets() reads lines. Maybe try a plain old read? You'll need to buffer
things between calls to readFrame, I guess.
Tony
More information about the rabbitmq-discuss
mailing list