1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-30 15:26:46 +02: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:
Matt Tucker 2004-06-02 16:51:19 +00:00 committed by mtucker
parent 5a9bfa3a1c
commit a1af5c79e7

View file

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