Skip to content

Add null check for sourceData in friend offline notification#3

Closed
seer-by-sentry[bot] wants to merge 1 commit intomainfrom
seer/fix/offline-notification-null-check
Closed

Add null check for sourceData in friend offline notification#3
seer-by-sentry[bot] wants to merge 1 commit intomainfrom
seer/fix/offline-notification-null-check

Conversation

@seer-by-sentry
Copy link

Fixes SERVICES-2Z. The issue was that: WebSocketManager.DeleteSession accesses sourceData.m_strDisplayName without null-checking sourceData, which can be null due to concurrent session removal.

  • Introduced a null check for 'sourceData' before accessing its 'm_strDisplayName' property when sending friend status change notifications for users going offline. - Updated a comment to correctly indicate that the associated code block handles friend 'offline' status notifications.

This fix was generated by Seer in Sentry, triggered by x64-dev. 👁️ Run ID: 10517290

Not quite right? Click here to continue debugging with Seer.

@seer-by-sentry seer-by-sentry bot requested a review from x64-dev February 20, 2026 23:59
@x64-dev x64-dev closed this Feb 21, 2026
@x64-dev x64-dev deleted the seer/fix/offline-notification-null-check branch February 21, 2026 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant