StompProtocolAndroid icon indicating copy to clipboard operation
StompProtocolAndroid copied to clipboard

How to set timeout for topic?

Open hoi-nx opened this issue 6 years ago • 0 comments

I want to set timeout for topic mStompClient.topic("/topic/greetings").subscribe(topicMessage -> { Log.d(TAG, topicMessage.getPayload()); }); when the server is not responding??

hoi-nx avatar May 26 '19 02:05 hoi-nx