Skip to content

Commit

Permalink
Merge branch 'master' into check-mx-hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
bobhageman authored Nov 28, 2023
2 parents 92a9d25 + 8d4c4ba commit 518bcbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Fixed
- Invalid hostname specified in MX record bypasses e-mail address revalidation
- Background revocation tasks not stopped when closing an `irmaclient`

## [0.14.2] - 2023-10-25
### Fixed
Expand Down
2 changes: 2 additions & 0 deletions irmaclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ func New(
}

func (client *Client) Close() error {
client.PauseJobs()
client.Configuration.Scheduler.Stop()
return client.storage.Close()
}

Expand Down

0 comments on commit 518bcbc

Please sign in to comment.