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

Internet Simulator: Make sure to disconnect Pusher socket #17463

Merged
merged 2 commits into from Sep 5, 2017

Conversation

islemaster
Copy link
Contributor

We've been having an issue with Pusher connection counts that climb over the weekend. I'm in touch with Pusher support about this, and they suggested we double-check our client is cleaning up connections properly. I found that we're not actually calling .disconnect() on the Pusher socket on the client before we destroy the shard, as documented here. Seems... kinda important.

I'm not sure why this isn't an issue during the week 🤷‍♂️ but it probably won't hurt, either.

@islemaster islemaster merged commit a58088f into staging Sep 5, 2017
@islemaster islemaster deleted the netsim-disconnect-pusher branch September 5, 2017 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants