debug lines added

This commit is contained in:
2026-04-06 14:44:33 -04:00
parent 7af1295754
commit e7994f00b1
2 changed files with 9 additions and 0 deletions

View File

@@ -105,6 +105,8 @@ public partial class MainPage : ContentPage
return;
}
hybridWebView.SendRawMessage($"[{_username}] RAW WS DATA {e.Data}");
Console.WriteLine($"[{_username}] RAW WS DATA: {e.Data}");
try