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

refactor: remove deprecated listen and close methods #4659

Merged
merged 3 commits into from
Nov 28, 2022

Conversation

snitin315
Copy link
Member

@snitin315 snitin315 commented Nov 27, 2022

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

Remove deprecated listen and close methods.

Motivation / Use-Case

Breaking Changes

BREAKING CHANGE: Server.listen() and Server.close() were removed in favor of Server.start() and Server.stop() respectively

Additional Info

No

Siteproxy
@snitin315 snitin315 changed the title refactor: remove deprecated listen and close methods refactor: remove deprecated listen and close methods Nov 27, 2022
@codecov
Copy link

codecov bot commented Nov 27, 2022

Codecov Report

Base: 92.07% // Head: 92.51% // Increases project coverage by +0.43% 🎉

Coverage data is based on head (612db16) compared to base (9fb3585).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #4659      +/-   ##
==========================================
+ Coverage   92.07%   92.51%   +0.43%     
==========================================
  Files          15       15              
  Lines        1628     1590      -38     
  Branches      611      596      -15     
==========================================
- Hits         1499     1471      -28     
+ Misses        118      110       -8     
+ Partials       11        9       -2     
Impacted Files Coverage Δ
lib/Server.js 94.33% <ø> (+0.48%) ⬆️
lib/servers/WebsocketServer.js 94.87% <0.00%> (+5.12%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@alexander-akait
Copy link
Member

@snitin315 Feel free to merge when CI will be green

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.

None yet

2 participants