Bình Phạm

Results 1 issues of Bình Phạm

I have Service like this : `public interface SocketService { @Send void send(String message); @Receive Flowable observerSocketMessage(); @Receive Flowable observerSocketString(); @Receive Flowable observeEvent(); }` The problem is **observerSocketMessage()** not work,...