Hi, I want to setup multiple EventLoops inside a thread, but when I try to, I receive following error:
due to unexpected exception with message: kj/async.c++:393: failed: expected threadLocalEventLoop == nullptr; This thread already has an EventLoop. stack: 7fc5d4b98980 7fc5d4d0548c 569d89 4ce367 4cdafe 4c8cf0 4c8a58 4c7608 4c9fda 4cb128 4caf08 4fe9ea 4ddfe5 7fc5d4211b3d 4bb089 My use-case is about to Send some sort of requests to an external server from current RPCServer. For this, I setup RPCClient to access external server. but I received above error. Thanks, Reza -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
