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

fedekunze/1440 check if websocket exists before disconnecting RPC #1538

Merged
merged 2 commits into from
Nov 8, 2018

Conversation

fedekunze
Copy link
Contributor

@fedekunze fedekunze commented Nov 8, 2018

Closes #1440

Description:

The only .destroy() that we have in our codebase is the one that's used to disconnect the RPC

❤️ Thank you!


  • Added entries in CHANGELOG.md with issue # and GitHub username
  • Reviewed Files changed in the github PR explorer

@codecov
Copy link

codecov bot commented Nov 8, 2018

Codecov Report

Merging #1538 into develop will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff            @@
##           develop    #1538   +/-   ##
========================================
  Coverage    96.41%   96.41%           
========================================
  Files           97       97           
  Lines         1811     1811           
  Branches        86       86           
========================================
  Hits          1746     1746           
  Misses          55       55           
  Partials        10       10
Impacted Files Coverage Δ
app/src/renderer/connectors/rpcWrapper.js 100% <100%> (ø) ⬆️

@faboweb faboweb merged commit caf05c7 into develop Nov 8, 2018
@faboweb faboweb deleted the fedekunze/1440-typerror-destroy branch November 8, 2018 13:13
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.

TypeError: Cannot read property 'destroy' of undefined
2 participants