You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -226,7 +226,7 @@ let multi_sigs = EventFilter::new()
226
226
The scanner delivers three types of messages through the event stream:
227
227
228
228
-**`Message::Data(Vec<Log>)`** – Contains a batch of matching event logs. Each log includes the raw event data, transaction hash, block number, and other metadata.
229
-
-**`Message::Status(ScannerStatus)`** – Status notifications from the scanner:
229
+
-**`Message::Notification(Notification)`** – Notifications from the scanner:
230
230
-**`Message::Error(ScannerError)`** – Error notifications if the scanner encounters issues (e.g., RPC failures, connection problems)
231
231
232
232
Always handle all message types in your stream processing loop to ensure robust error handling and proper reorg detection.
0 commit comments