Merge branch 'master' of github.com:socketio/engine.io-client-java
This commit is contained in:
@@ -219,6 +219,9 @@ public class PollingXHR extends Polling {
|
|||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
self.onError(e);
|
self.onError(e);
|
||||||
|
} catch (NullPointerException e) {
|
||||||
|
// It would occur to disconnect
|
||||||
|
self.onError(e);
|
||||||
} finally {
|
} finally {
|
||||||
try {
|
try {
|
||||||
if (output != null) output.close();
|
if (output != null) output.close();
|
||||||
|
|||||||
Reference in New Issue
Block a user