From 43ea9461037772d7754c0bac4f2756f43f3ecab7 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 9 Jun 2018 09:46:34 +1200 Subject: Update missed write calls --- src/org/traccar/protocol/CellocatorProtocolDecoder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/org/traccar/protocol/CellocatorProtocolDecoder.java') diff --git a/src/org/traccar/protocol/CellocatorProtocolDecoder.java b/src/org/traccar/protocol/CellocatorProtocolDecoder.java index 426b6bf3b..18e20699a 100644 --- a/src/org/traccar/protocol/CellocatorProtocolDecoder.java +++ b/src/org/traccar/protocol/CellocatorProtocolDecoder.java @@ -64,7 +64,7 @@ public class CellocatorProtocolDecoder extends BaseProtocolDecoder { reply.writeByte(checksum); if (channel != null) { - channel.write(new NetworkMessage(reply, remoteAddress)); + channel.writeAndFlush(new NetworkMessage(reply, remoteAddress)); } } -- cgit v1.2.3