mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-04 15:45:58 +01:00
Re-applied fix for SMACK-120
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3823 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
bd6b9e6b26
commit
8398c6f4a9
1 changed files with 5 additions and 0 deletions
|
@ -215,6 +215,11 @@ class PacketReader {
|
||||||
listener.connectionClosedOnError(e);
|
listener.connectionClosedOnError(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Make sure that the listenerThread is awake to shutdown properly
|
||||||
|
synchronized (listenerThread) {
|
||||||
|
listenerThread.notify();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue