Fix: uv_close was called from wrong thread
This commit is contained in:
@@ -234,6 +234,8 @@ private:
|
||||
|
||||
static void on_show_peers(uv_async_t* handle) { reinterpret_cast<P2PServer*>(handle->data)->show_peers(); }
|
||||
void show_peers();
|
||||
|
||||
void on_shutdown() override;
|
||||
};
|
||||
|
||||
} // namespace p2pool
|
||||
|
||||
Reference in New Issue
Block a user