Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EventExecutor::close-method throws NPE #71

Closed
JohannesLichtenberger opened this issue Nov 10, 2022 · 1 comment
Closed

EventExecutor::close-method throws NPE #71

JohannesLichtenberger opened this issue Nov 10, 2022 · 1 comment

Comments

@JohannesLichtenberger
Copy link

    void close() {
        ring.close();
        bufRings.values().forEach(IoUringBufRing::close);
    }

the bufRings instance should in either way be initialized to an empty map instead of null if the condition returns false.

@ikorennoy
Copy link
Owner

Oops, I thought I had fixed it, thank you.

Please update to 0.0.6 and the problem should be gone.

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

No branches or pull requests

2 participants