Created
September 13, 2013 08:10
-
-
Save danzeeeman/6547964 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this.b = new WebSocket("https://www.google.com", "", this.c); | |
this.b.a(new WebSocket.Listener() | |
{ | |
public void onConnected() { | |
if (ApplicationChannel.b(ApplicationChannel.this) != 0L) { | |
ApplicationChannel.a(ApplicationChannel.this, SystemClock.uptimeMillis()); | |
ApplicationChannel.d(ApplicationChannel.this).postDelayed(ApplicationChannel.c(ApplicationChannel.this), 1000L); | |
} | |
ApplicationChannel.d(ApplicationChannel.this).post(new Runnable() | |
{ | |
public void run() { | |
ApplicationChannel.e(ApplicationChannel.this).a(ApplicationChannel.this); | |
} | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment