We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f3898 commit d5c83acCopy full SHA for d5c83ac
client/src/main/java/io/split/engine/common/SyncManagerImp.java
@@ -194,7 +194,7 @@ private void startPollingMode() {
194
195
@VisibleForTesting
196
/* package private */ void incomingPushStatusHandler() {
197
- while (!Thread.currentThread().isInterrupted()) {
+ while (!Thread.interrupted()) {
198
try {
199
PushManager.Status status = _incomingPushStatus.take();
200
_log.debug(String.format("Streaming status received: %s", status.toString()));
0 commit comments