Oto-obong Eshiett

Results 2 issues of Oto-obong Eshiett

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 ?

i am trying to connect to a socket via gennymotion emulator on my local box, using the gennymotion localbox ip of 10.0.3.32, here is my code bellow: connect("ws://10.0.3.2:8080/websocket-example").then((StompClient client) {...