Skip to content

Commit

Permalink
Fix error related to re-login
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnlog committed Mar 10, 2024
1 parent 2877c74 commit cdb7d3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/crawling/tasks/units/login_session.dart
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ class LoginSession extends CrawlingTask<bool> {
loginFailEvent.broadcast(cause);
}
loginStatusChangeEvent.broadcast(Value(_isLogin));

completer.complete(_isLogin);
_future = null;

return _isLogin;
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 숭실대학교 성적 조회 애플리케이션

publish_to: 'none'

version: 2.5.4+44
version: 2.5.5+45

environment:
sdk: ">=2.17.3 <3.0.0"
Expand Down

0 comments on commit cdb7d3b

Please sign in to comment.