Merge "Make image debug handler on webpage reliable"
diff --git a/y2022/www/field_handler.ts b/y2022/www/field_handler.ts
index 6e0f08d..22989be 100644
--- a/y2022/www/field_handler.ts
+++ b/y2022/www/field_handler.ts
@@ -97,7 +97,9 @@
     }
 
     this.connection.addConfigHandler(() => {
-      this.connection.addHandler(
+      // Visualization message is reliable so that we can see *all* the vision
+      // matches.
+      this.connection.addReliableHandler(
           '/localizer', LocalizerVisualization.getFullyQualifiedName(),
           (data) => {
             this.handleLocalizerDebug(data);