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

HipChatHandler requests failing #1116

Closed
DonovanChan opened this issue Feb 15, 2018 · 0 comments
Closed

HipChatHandler requests failing #1116

DonovanChan opened this issue Feb 15, 2018 · 0 comments
Labels
Milestone

Comments

@DonovanChan
Copy link

About 50% of my messages through HipChatHandler were failing without error. It looks like the same issue as #729 (SlackHandler). Reading the response before closing the socket fixed my issues. I just copied the solution out of the Slack handler.

        $res = $this->getResource();
        if (is_resource($res)) {
            @fread($res, 2048);
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants