Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when client that never subscribed to anything disconnects #1546

Closed
r52 opened this issue Jan 2, 2023 · 1 comment
Closed

Crash when client that never subscribed to anything disconnects #1546

r52 opened this issue Jan 2, 2023 · 1 comment

Comments

@r52
Copy link

r52 commented Jan 2, 2023

In v.20.34.0

for (Topic *t : webSocketData->subscriber->topics) {

Server crashes here when a WebSocket client that never subscribed to anything disconnects. webSocketData->subscriber is null in this case.

@r52
Copy link
Author

r52 commented Jan 6, 2023

Looks good in v20.35.0

@r52 r52 closed this as completed Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants