Andrew Rudenko
Andrew Rudenko
@lukehoban it works! thank you
> I think those exhaust the list of potential use cases which are not covered by short-circuiting of chained listeners. But maybe I'm missing something. As I mentioned in #166...
@ztellman I started working on PR. https://github.com/ztellman/manifold/compare/master...prepor:patch-1 For this primitive case it works. Then I put `loop` into `chain` and we again have infinity loop: ``` (-> (deferred/chain (deferred/loop []...
@ztellman yes, it makes sense, fixed. But it doesn't fix issues which I described previously.
The same error is in test_net_async_server from lib_test. It's very easy to reproduce, just compile cohttp with `ocaml setup.ml -configure --enable-tests`, start `./test_net_async_server.native` and start + stop `curl http://127.0.0.1:8081/timer`. Unfortunately,...
@artemkin thanks a lot! But I think it should be considered as workaround and such exceptions as bugs. I'll check it later, what will happen with Pipe? Will it close?
Hello! Any updates on it? Do you have plans to abstract lambda-term from reactor library?
@ikitommi there is no project.clj, how do you make it work? by manually creating some basic project.clj? ``` lein javac Couldn't find project.clj, which is needed for javac ```
Just want to add a link to an article with an overview of different error handling approaches http://joeduffyblog.com/2016/02/07/the-error-model/ and a good description of checked exceptions model.
@aantron do you need any help with this? How deep is this bug? Is this playground open-sourced? Even with bug existing, we can solve manual restarting problem with typical devops...