James Harris

Results 30 issues of James Harris

`Channel::onFrameReceived()` has no path that handles an inbound `MethodChannelCloseFrame`. This means that if the server closes a channel, we get the generic exception message `Message: Unhandled method frame Bunny\Protocol\MethodChannelCloseFrame.`, thrown...

Hi, I am wondering if these two errors are supposed to be considered equivalent? I notice they are documented the same, and obviously have the same error message. At my...

Hi all, I am wondering if explicit support for [semantic versioning](https://semver.org) would be a desirable and reasonable addition to this action? What I am proposing is allowing `semver` as valid...

As fixed in `recoil/react` [v1.0.2](https://github.com/recoilphp/react/releases/tag/1.0.2)

Travis CI (for obvious reasons) does not define encrypted variables when building a PR from a non-member. The `GITHUB_TOKEN` variable is only used to avoid GitHub API rate-limiting affecting Composer's...

Blocked by #85 Unlike streams, signal handlers need to be registered in an event-emitter like manner, otherwise signals could be missed if they arrive before the handler is re-registered (unless...

Look into how pthreads might provide advantages for CPU-bound application. It may be possible to use expose workers and synchronisation primitives in co-routine-familiar Recoilish way. https://gist.github.com/krakjoe/6437782/

Given: ```php abstract class C { abstract static function fun(): self; } Phony::partialMock( [ C::class, [ 'static fun' => function () { return new C(); }, ] ] ); ```...

The server should support serving HTTPS/WSS using a configurable cert chain. If no such configuration is provided it should generate a self-signed certificate on-the-fly.