diff --git a/src/main/java/io/github/dsheirer/module/decode/dmr/DMRTrafficChannelManager.java b/src/main/java/io/github/dsheirer/module/decode/dmr/DMRTrafficChannelManager.java index 6b35a01c6..8ec886fef 100644 --- a/src/main/java/io/github/dsheirer/module/decode/dmr/DMRTrafficChannelManager.java +++ b/src/main/java/io/github/dsheirer/module/decode/dmr/DMRTrafficChannelManager.java @@ -805,7 +805,7 @@ else if(!decodeEvent2.getDetails().endsWith(CHANNEL_START_REJECTED)) * @param channelEvent to process */ @Override - public synchronized void receive(ChannelEvent channelEvent) + public void receive(ChannelEvent channelEvent) { Channel channel = channelEvent.getChannel();