Ibroheem

Results 4 issues of Ibroheem

When app is run from bin/app, you get `linker-36cefa356a7da068c94decf04caef852f344a44e9930131b41826c860ffa0135` in OS process list. Is there a way to get the name `app` in process list ? Thanks.

Take the real world operation below - Server3 connects to Server1 - Server1 replies Server3 - Server3 use Client (Dispatcher) to communicate with Server2 - Client (Dispatcher) connects and send...

When I put an EventLoop in an std::thread like: ``` 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...

I compiled and run gmonitor, I get ``` ERROR: Error querying enabled displays on GPU 0 (Missing Extension). ERROR: Error querying connected displays on GPU 0 (Missing Extension). No gpus...