Jakub Kulhan
Jakub Kulhan
This pull request introduces backwards-incompatible changes that should become the next generation of this library, version 1.0. It should solve some (long-standing) issues: - Automatic reconnect in case of connection...
- [ ] `Client` option to allow reconnect (+ reconnect timeout) - [ ] open all previously opened channels - [ ] start all previously started consumers - what about...
When `ClientException` is thrown because of `channel.close` message, the channel should be automatically removed from open channels list on client.
This always fails: ```php $ctx = Context::background(); $instance->createSession($ctx); ``` `Context::background()` has deadline `null` - it sets `stream_set_timeout()` to `0`. Seems that http://php.net/manual/en/function.stream-set-timeout.php does not clear timeout, when setting to zero,...
Could you tag current master as next stable version? I'm working on a project using react 0.4 and predis-async and I wouldn't like to maintain dependencies on dev versions. btw...
This PR adds Go 1.7's `DialContext` next to `Dial` & `DialTimeout` functions.