Lots of work on debugging diff xmit
This commit is contained in:
@@ -163,8 +163,10 @@ public:
|
||||
void receive_diff_from_server(StreamBuffer *sb) {
|
||||
world_to_synchronous();
|
||||
try {
|
||||
int64_t nactor = world_->patch_everything(sb);
|
||||
DebugCollector dbc("patch_everything");
|
||||
int64_t nactor = world_->patch_everything(sb, &dbc);
|
||||
if (nactor != actor_id_) change_actor_id(nactor);
|
||||
dbc.dump(stdostream());
|
||||
} catch (const StreamEof &seof) {
|
||||
abandon_server();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user