Closed chimon2000 closed 1 year ago
Hello, @chimon2000
How do you create TalsecConfig
? Do you create it using standard constructor or using fromJson()
constructor?
Also, could you provide your config? You can redact necessary data.
Using the standard constructor.
If I don't await the start
command then everything works fine. It's only when I do that the app hangs.
Thank you for your input. Working on it!
I managed to reproduce, find and fix the issue. I will release the fix later today.
Thank you again for reporting this issue.
We released freeRASP 5.0.2 which fixes this issue. Update your pubspec.yaml to get a new version.
Describe the bug When calling
await Talsec.instance.start(config)
, the initialization function never completes, causing the application to hang.To Reproduce Execute await Talsec.instance.start(config) during app start.
Expected behavior The call either completes once Talsec starts or throws if there is an error.
Screenshots n/a
Please complete the following information:
Additional context n/a