jet
jet copied to clipboard
[not maintained, use at own risk] Jetty9 ring server adapter with WebSocket support via core.async and Jetty9 based HTTP & WebSocket clients (jvm based, no cljs)
There is no documentation available for these two params: `timeout` and `idle-timeout` passed to the http client. Im not able to figure out from the code as well. Can someone...
The SSL connector is created after the plain connector so if there's an exception you've lost the scope for the plain socket and you can't shut it down... now you...
Right now you can pass min-threads/max-threads to a Jetty's thread pool, but you can't pass [custom queue](https://wiki.eclipse.org/Jetty/Howto/High_Load#Thread_Pool) there, which can help save application nodes from the load spike. :)
There doesn't seem to be a way with the current implementation to handle the initial websocket handshake, and do things like set the sub-protocol or reject the request prior to...
I'm writing something quite complex with jet and I'm getting quite serious thread leakage. About 100 threads across a particular test run. I tried to make a simple thing to...
When the uberjar is compiled with Jet the following output ends up in the console: ``` lein uberjar Compiling myapp.core 2015-07-10 17:48:43.082:INFO::main: Logging initialized @8147ms ... ``` The message comes...
Jetty9 allows control over this and it was overlooked on first releases, let's fix this! The main idea is that acknowledged puts indicate succes delivery in write mode, and in...
The normal ring middleware doesn't expect a channel as a valid response (same for channel as body). So far I saw that middleware that fail are: session cookies