StompProtocolAndroid icon indicating copy to clipboard operation
StompProtocolAndroid copied to clipboard

java.lang.ClassNotFoundException: Class io.reactivex.functions.Action not found

Open eshiett1995 opened this issue 7 years ago • 1 comments

i keep getting this error java.lang.ClassNotFoundException: Class io.reactivex.functions.Action not found anytime i add this library implementation 'com.github.NaikSoftware:StompProtocolAndroid:1.5.2' to my build.gradle file, why is this ?

eshiett1995 avatar Nov 22 '18 13:11 eshiett1995

This issue is not resolved in this library kindly use the below code using latest version of rxjava and observable subscriber pattern with working source code. Don't forget to replace server-url and port with your own settings.

https://github.com/NaikSoftware/StompProtocolAndroid

testGumar avatar May 01 '19 07:05 testGumar