otros-systems / otroslogviewer

Log viewer focused on developers work
Apache License 2.0
422 stars 87 forks source link

Fix: File handles are now closed properly when closing a tab #638

Open wlfbck opened 2 years ago

wlfbck commented 2 years ago

See issue #536

As mentioned in the issue, i'm not familiar with the code, so for example it might be possible to call loadingInfo.close() directly in TailLogActionListener.openFileObjectInTailMode() without waiting for the tab to close, but i simply don't know.