Danilo Silva

Results 3 issues of Danilo Silva

``` App.dispatch(command, consistency: strong, timeout: :timer.seconds(30)) ``` In that case, `timeout` option is ignored

``` try { $dict = ['name' => 42, 'year' => 42]; v::keySet( v::key('name', v::stringType()), v::key('year', v::intVal()->between(10, 20)->in([12, 14])), )->assert($dict); } catch (NestedValidationException $e) { echo $e->getFullMessage(); } ``` **Expected** ```...

I would expect that a write on a TcpStream must returns an error after that the connection has been lost. It seems that the error is returned, but only after...