Closed niwinz closed 10 years ago
If the class does not require instrumentation, i.e. doesn't have any suspendable methods (and in this case it indeed doesn't), then this failure can be safely ignored. We'll try to detect this condition and suppress the error.
I have opened this relevant Quasar issue: puniverse/quasar#26
Thanks!
Hi!
I found https://github.com/puniverse/comsat project and I want implement same ideas with clojure ring adapter.
And in my experiment, I found this exception:
I really don't know that it happens, but seems that quasar can not instrument some java classes.
I don't know if I am wrong opening this issue on pulsar...
Project url: https://github.com/niwibe/ring-pulsar-jetty9-adapter/blob/master/src/ring/adapter/pulsar/jetty9.clj#L26
Thanks. Andrey