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

Fix #733 Better error handling when getting TimeoutError in RTMClient#start() #752

Merged
merged 2 commits into from
Jul 16, 2020

Conversation

seratch
Copy link
Member

@seratch seratch commented Jul 15, 2020

Summary

This pull request fixes #733. As the situation is not so easy to reproduce, I didn't write unit tests for this change. I'm sure the change is safe enough, though.

Requirements (place an x in each [ ])

@seratch seratch added Version: 2x bug M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented rtm-client labels Jul 15, 2020
@seratch seratch added this to the 2.7.3 milestone Jul 15, 2020
@seratch seratch self-assigned this Jul 15, 2020
@codecov
Copy link

codecov bot commented Jul 15, 2020

Codecov Report

Merging #752 into main will decrease coverage by 0.06%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #752      +/-   ##
==========================================
- Coverage   85.19%   85.13%   -0.07%     
==========================================
  Files          22       22              
  Lines        2810     2812       +2     
  Branches      283      284       +1     
==========================================
  Hits         2394     2394              
- Misses        311      312       +1     
- Partials      105      106       +1     
Impacted Files Coverage Δ
slack/rtm/client.py 83.82% <0.00%> (-0.83%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93a4731...0022224. Read the comment docs.

@seratch seratch merged commit 47876ab into slackapi:main Jul 16, 2020
@seratch seratch deleted the issue733-rtm-start-error branch July 16, 2020 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented rtm-client Version: 2x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better error handling when getting TimeoutError in RTMClient#start()
2 participants