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