File tree Expand file tree Collapse file tree
Robust.Shared/Serialization Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ private void HandleStringsMessage(MsgMapStrStrings msg)
295295
296296 _stringMapHash = _serverHash ;
297297
298- LogSzr . Debug ( $ "Locked in at { _dict . StringCount } mapped strings.") ;
298+ LogSzr . Debug ( $ "Locked in at { _dict . StringCount } mapped strings ( { ByteHelpers . FormatBytes ( msg . Package ! . Length ) } ) .") ;
299299
300300 packageStream . Position = 0 ;
301301 if ( EnableCaching )
@@ -439,7 +439,7 @@ private void HandleServerHandshake(MsgMapStrServerHandshake msgMapStr)
439439
440440 _stringMapHash = msgMapStr . Hash ! ;
441441 LogSzr . Debug ( $ "Read { added } strings from cache { hashStr } .") ;
442- LogSzr . Debug ( $ "Locked in at { _dict . StringCount } mapped strings.") ;
442+ LogSzr . Debug ( $ "Locked in at { _dict . StringCount } mapped strings ( { ByteHelpers . FormatBytes ( file . Length ) } ) .") ;
443443 // ok we're good now
444444 var channel = msgMapStr . MsgChannel ;
445445 OnClientCompleteHandshake ( _net , channel ) ;
You can’t perform that action at this time.
0 commit comments