Open
Description
If I follow the usage examples on a Grails v2.3.11 application I always get a MissingMethodException
like the one below:
groovy.lang.MissingMethodException: No signature of method: rx.Observable.subscribe() is applicable for argument types: (my.package.TestController$_show_closure1)
Seems like the Subscribe()
method does not allow closures, but as per the examples it should allow them.
I configured my dependencies like:
dependencies {
compile 'io.reactivex:rxjava:1.0.14'
compile 'io.reactivex:rxjava-groovy:1.0.2'
}
Any idea why is this happening? You can use the Hello World example to try reproducing this (it's the one I'm using).
Metadata
Metadata
Assignees
Labels
No labels