Max Penet

Results 71 comments of Max Penet
trafficstars

Sure, feel free to submit a PR for this if you'd like

:+1: That would be nice. Let me know if you encounter any roadblocks.

I don't think so, at best we can maybe have a single "root" handler for WS, like the one in ring and then allow the user to handle the routing...

I started hacking on this a bit today. Separating ring/ws handlers but having a single root for each is feasible. The handler would now receive a map like this: ```...

code is here FYI https://github.com/mpenet/jet/tree/feature/better-ws-api

released as 0.4.0 we have just a single option arg to run-jetty now, that can receive :ring-handler and :websocket-handler, plus the usual `:port` & co. I updated the readme/changelog. Feedback...

Sorry for the late reply, I just noticed the issue. To answer your question: I am not sure. deps-modules only do basic templating from some values found in a deps...

Good catch. I am on the move atm, a PR would be very welcomed!

Hi, This could be from the client manager, try running http/stop-client! at the end of your test. Clients instance are meant to be reused and they have to be stopped...

Did it help in any way ? Feel free to close yourself if it did. (I am still on the move)