Skip to content

Commit

Permalink
fix: after full sync logout stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Apr 24, 2021
1 parent 667e812 commit ccf280e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/render/core/app/pages/index-view/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export default class MovieIndex extends React.Component {
broker.removeAllListeners();
broker.stopIpcEvents();
broker.listenForNewPeer();
broker.listenForPartyRock();
broker.startSeed()
broker.on('chaos', this.chaos)
// Start running node
Expand Down

0 comments on commit ccf280e

Please sign in to comment.