dnode-php icon indicating copy to clipboard operation
dnode-php copied to clipboard

DNode RPC protocol implementation for PHP

Results 14 dnode-php issues
Sort by recently updated
recently updated
newest added

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.