dnode-php
dnode-php copied to clipboard
DNode RPC protocol implementation for PHP
This issue is kind of obscure and may be related to PHP gc internals. It is not so pressing, and unlikely to cause big issues. It would be interesting to...
To have true async connections.
A promise-based API using [react/promise](github.com/reactphp/promise) would be interesting. One main question to deal with though: Since callbacks can receive many return values but promises can only hold one value, what...
I just was looking through `Protocol` and found some reference to `ServerInterface`. However, it doesn't exist anywhere. It looks strange, just thought I'd mention it.