Skip to content

Commit

Permalink
Also use _trace from resumed event (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment authored May 4, 2024
1 parent 6f7189f commit 5560408
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ protected void onDispatch(DataObject raw)
case "RESUMED":
reconnectTimeoutS = 2;
sentAuthInfo = true;
traceMetadata = content.opt("_trace").map(String::valueOf).orElse(traceMetadata);
if (!processingReady)
{
initiating = false;
Expand Down

0 comments on commit 5560408

Please sign in to comment.