We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe23d9e commit b377334Copy full SHA for b377334
src/alice/dip/DipMessagesProcessor.java
@@ -56,7 +56,7 @@ public class DipMessagesProcessor implements Runnable {
56
private BlockingQueue<MessageItem> outputQueue = new ArrayBlockingQueue<MessageItem>(100);
57
58
private final LuminosityManager luminosityManager;
59
- private BeamModeEventsKafkaProducer beamModeEventsKafkaProducer;
+ private volatile BeamModeEventsKafkaProducer beamModeEventsKafkaProducer;
60
61
public DipMessagesProcessor(BookkeepingClient bookkeepingClient, LuminosityManager luminosityManager) {
62
0 commit comments