mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01:00
Flush writer during keep-alives.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2319 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
5a9bfa3a1c
commit
a1af5c79e7
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ class PacketWriter {
|
||||||
synchronized (writer) {
|
synchronized (writer) {
|
||||||
try {
|
try {
|
||||||
writer.write(" ");
|
writer.write(" ");
|
||||||
|
writer.flush();
|
||||||
}
|
}
|
||||||
catch (Exception e) { }
|
catch (Exception e) { }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue