Skip to content

Commit

Permalink
some enhance.
Browse files Browse the repository at this point in the history
  • Loading branch information
karsonto committed Mar 28, 2024
1 parent 1f8cf13 commit 44e61e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class EventMeshMQTTServer extends AbstractRemotingServer {
protected final Map<MqttMessageType, MqttProcessor> processorTable =
new ConcurrentHashMap<>(64);

private final transient AtomicBoolean started = new AtomicBoolean(false);
private final AtomicBoolean started = new AtomicBoolean(false);


public EventMeshMQTTServer(final EventMeshServer eventMeshServer, final EventMeshMQTTConfiguration eventMeshMQTTConfiguration) {
Expand Down

0 comments on commit 44e61e9

Please sign in to comment.