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
In a scenario where we're subscribed to event_messages updates and to the torii relay (the issue doesn't occur when not subscribed to ws, I believe), the QueryType::UpdateCursors crashes on this line
in this scenario I believe we need to calculate the difference between now and the cursor's timestamp but the current code subtracts the time difference between the moment we created the now and the cursor's timestamp
The text was updated successfully, but these errors were encountered:
In a scenario where we're subscribed to event_messages updates and to the torii relay (the issue doesn't occur when not subscribed to ws, I believe), the
QueryType::UpdateCursors
crashes on this linedojo/crates/torii/core/src/executor.rs
Line 337 in c364d13
in this scenario I believe we need to calculate the difference between
now
and the cursor's timestamp but the current code subtracts the time difference between the moment we created the now and the cursor's timestampThe text was updated successfully, but these errors were encountered: