You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
hassan-1993
changed the title
client.record.getRecord() hangs for ever if no internet connection not available
client.record.getRecord() hangs for ever if no internet connection is available
Dec 19, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
calling client.record.getRecord("my path") never finish excecuting if connection not available
The text was updated successfully, but these errors were encountered: