-
- Downloads
A panic within `createCsbiDevice` does not result in a crash
- Removed Goroutine in `createCsbiDevice` and calls of `panic()` have been changed to `return err` - `createCsbiDevice` is now called as Goroutine from within the `handleCsbiEnrolment` method. - Error handling is done by using a `ErrorGroup` These changes prevent that panics are thrown from a Goroutine that was originally called from `createCsbiDevice`. Now normal errors are thrown and catched with the help of a `ErrorGroup`. Fixes: #171
parent
32aa1a4e
No related branches found
No related tags found
This commit is part of merge request !247. Comments created here will be created in the context of that merge request.
Loading
Please register or sign in to comment