Finished code for globals, but something's not working with client/server
This commit is contained in:
@@ -150,6 +150,7 @@ public:
|
||||
delete_client(client);
|
||||
return false;
|
||||
}
|
||||
util::dprint("Received ", inv.debug_string());
|
||||
if (inv.actor() != client->actor_id_) {
|
||||
stdostream() << "Ignoring invoke with wrong actor ID " << inv.actor() << std::endl;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user