mpenet / jet

[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)
http://mpenet.github.io/jet/
167 stars 19 forks source link

Too many arguments for Object and nil implementation of PResponse #20

Closed brendanyounger closed 9 years ago

brendanyounger commented 9 years ago

In servlet.clj, the implementation of the PResponse protocol for Object and nil takes 4 arguments except it will only be called with 2 arguments.

mpenet commented 9 years ago

fixed in 0.6.3

mpenet commented 9 years ago

Thanks!