Nordstrom / xrpc

Simple, production ready Java API server built on top of functional composition.
Apache License 2.0
17 stars 17 forks source link

Exception is thrown when initializing XrpcClient #187

Open Rivukis opened 6 years ago

Rivukis commented 6 years ago

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