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

Exception is thrown when initializing XrpcClient #187

Open
Rivukis opened this issue May 25, 2018 · 0 comments
Open

Exception is thrown when initializing XrpcClient #187

Rivukis opened this issue May 25, 2018 · 0 comments

Comments

@Rivukis
Copy link
Contributor

Rivukis commented May 25, 2018

Summary

Exception is thrown when initializing XrpcClient with the event loop group from the parent

Steps to reproduce

Paste in the code below and run it

Expected behavior

Not throw exception

Actual behavior

Throws exception

Minimal yet complete reproducer code (or URL to code)

public static Handler handler(HttpMethod method) {
return frontRequest -> {
XrpcClient client = new XrpcClient(frontRequest.eventLoop().parent())
}
}

xrpc version

0.4.5

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

1 participant