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

Updated: Rethrow errors so they may be handled outside of WebSocket.open() #1072

Merged
merged 3 commits into from
Apr 6, 2024

Conversation

Zentrik
Copy link
Contributor

@Zentrik Zentrik commented Jul 6, 2023

Addresses comments in #1069

@codecov-commenter
Copy link

codecov-commenter commented Jul 6, 2023

Codecov Report

Merging #1072 (7ccaa6c) into master (a15296e) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1072      +/-   ##
==========================================
+ Coverage   82.42%   82.44%   +0.02%     
==========================================
  Files          32       32              
  Lines        3049     3053       +4     
==========================================
+ Hits         2513     2517       +4     
  Misses        536      536              
Impacted Files Coverage Δ
src/WebSockets.jl 87.68% <100.00%> (+0.18%) ⬆️

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Zentrik Zentrik force-pushed the master branch 3 times, most recently from 7ccaa6c to 2282828 Compare July 12, 2023 12:49
@Zentrik
Copy link
Contributor Author

Zentrik commented Aug 29, 2023

bump

@gustafsson
Copy link
Contributor

This change makes sense to me. If I would like to silently ignore exceptions I could explicitly wrap my calls in try ... catch end.

@quinnj quinnj merged commit 7a913fb into JuliaWeb:master Apr 6, 2024
10 of 11 checks passed
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.

4 participants