Results 73 comments of arlecchino

I'm curious, too. What `wsd` stands for? I know `wsdl`, which is _webservice description language_. Somewhat related but it has its own xml based syntax. Or _web sequence diagram_. A...

Kind of this also broke the __express middleware__ support, although there has been no usage of async in own code. Have tried to change everything in my code to async,...

@cjroebuck Do you have any idea how to use https://github.com/express-validator/express-validator middleware after the restify changes? Your wrapper doesn't work.

In an async handler you have to throw an error instead of calling `next(false)` (@ghermeto, @gmahomarf). And for `response.redirect(...)` see https://github.com/restify/node-restify/issues/1916. But as I've written before there has been introduced...

@gmahomarf Ok, maybe one workaround would be to use `if (response.writeableEnded()) { return; }` in all the following handlers. Sure only possible if you can modify them or also with...

But you have to handle the request somehow or the tcp connection to the client is closed silently after timeout. So if you don't want to return an error you...

@phil-warner Could you explain what you mean by running code on a schedule? Sounds for me at the moment like async job scheduling in a bad way. The handler chain...

@darthdeus Maybe you should rebranch your PR without changing crate names! But I'd love to get this into include_dir. Not sure why there is this limitation to a fixed single...

https://github.com/kolbma/Websockets.PCL/commits/master 1. https://github.com/kolbma/Websockets.PCL/commit/f334f4d773310d9b618430b981208f6d4cb295bc 2. https://github.com/kolbma/Websockets.PCL/commit/c7b7132abb11a983d1498ac16302c7b98187023a 3. https://github.com/kolbma/Websockets.PCL/commit/aba609dc3ca07739ce10c0f185a3ed192d51a9d3 Could someone test the iOS changes? Or provide the environment for testing? Do we need to support WP8? It isn't available in VS...

@NVentimiglia Could we upgrade the dependencies to newer versions? The cert checks on UWP can only be disabled on the Anniversary Version. Also the newer androidasync brings many bugfixes.