Kaidrick / Project-Lava

An Java desktop application focusing on providing organized data access to DCS World net, export and mission environment runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

application can not exit properly if lua server fails to return a value for a polling or data request

Kaidrick opened this issue · comments

context is now closed properly on exit but it is still necessary to dispose other resources before calling context.close()

there was a problem with SlotValidator where the pull executor service is not properly shutdown on application exit because teardown method is not attach to control panel close event.

it has now been fixed and tested. issue closed.