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:
Matt Tucker 2004-06-02 16:51:19 +00:00 committed by mtucker
parent 5a9bfa3a1c
commit a1af5c79e7
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ class PacketWriter {
synchronized (writer) {
try {
writer.write(" ");
writer.flush();
}
catch (Exception e) { }
}