You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iothrds.emplace_back([&]
{
while (1) { ioloops[i]->loop(1); }
});
I get: void brynet::net::EventLoop::loop(int64_t): Assertion isInLoopThread()' failed.
How do we make LoopThread the library support ? Or the Library Just handle any EventLoop created by user?
The text was updated successfully, but these errors were encountered:
ibroheem
changed the title
void brynet::net::EventLoop::loop(int64_t): Assertion `isInLoopThread()' failed.
void brynet::net::EventLoop::loop(int64_t): Assertion `isInLoopThread()' failed. How do we make LoopThread without getting this error?
Feb 6, 2021
When I put an EventLoop in an std::thread like:
I get:
void brynet::net::EventLoop::loop(int64_t): Assertion isInLoopThread()' failed.
How do we make LoopThread the library support ? Or the Library Just handle any EventLoop created by user?
The text was updated successfully, but these errors were encountered: