bergie / dnode-php

DNode RPC protocol implementation for PHP
MIT License
430 stars 86 forks source link

Correctly handle TCP fragmentation #13

Closed igorw closed 12 years ago

igorw commented 12 years ago

If full message was received, tail will be an empty string. If partial message was received, tail will contain the rest of the next message.