Open Rivukis opened 6 years ago
Exception is thrown when initializing XrpcClient with the event loop group from the parent
Paste in the code below and run it
Not throw exception
Throws exception
public static Handler handler(HttpMethod method) { return frontRequest -> { XrpcClient client = new XrpcClient(frontRequest.eventLoop().parent()) } }
0.4.5
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