deepstream.io-client-java icon indicating copy to clipboard operation
deepstream.io-client-java copied to clipboard

client.record.getRecord() hangs for ever if no internet connection is available

Open hassan-1993 opened this issue 7 years ago • 0 comments

DeepstreamFactory factory=DeepstreamFactory.getInstance();
client = factory.getClient("my url");

//and after logging in
Record record=client.record.getRecord("my path");

calling client.record.getRecord("my path") never finish excecuting if connection not available

hassan-1993 avatar Dec 19 '17 20:12 hassan-1993