Skip to content

0.1.5#34

Open
shafranovskyi-yevhenii wants to merge 2 commits intomasterfrom
0.1.5
Open

0.1.5#34
shafranovskyi-yevhenii wants to merge 2 commits intomasterfrom
0.1.5

Conversation

@shafranovskyi-yevhenii
Copy link
Copy Markdown
Collaborator

  • Added Broadcasting API lib v0.57.
  • Fixed BMP-8259 - NullPointerException in HandlerManager.

Comment on lines +39 to +40
if(isOnline){
generators.add(generator.getGeneratorName());
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting issue

Comment on lines +23 to +25
if(this.handlerManager == null) {
continue;
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting issue

private volatile HandlerManager handlerManager;
private final BlockingQueue<AbstractEvent> events = new LinkedBlockingQueue<>();
private final AtomicBoolean isRun = new AtomicBoolean(true);
private final ExecutorService eventQueueReader = Executors.newSingleThreadExecutor();
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could lead to the problem in case we enable/disable the addon. E.g. if you start the add-on and then remove the checkbox and then check it again - this executor service won't be initialized

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants