-
Notifications
You must be signed in to change notification settings - Fork 4
Feature/isolate fix #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…om init at the right time
…g callbacks root isolate dependent
|
LGTM. One thing to note if it ever arises in a production app and we get complaints: the nature of isolates causes a timeout to happen in the isolate so handling of lack of networking has to be built in the isolate logic by the client application; the example I have been provided with crashed, the shapes out times out with ClientException with SocketException: Connection timed out (OS Error: Connection timed out, errno = 110), address = shapes.approov.io, port = 47630, uri=https://shapes.approov.io/v1/shapes. |
ivolz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
jexh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor fixes suggested. Otherwise LGTM
...c/main/java/com/criticalblue/approov_service_flutter_httpclient/ApproovHttpClientPlugin.java
Outdated
Show resolved
Hide resolved
...c/main/java/com/criticalblue/approov_service_flutter_httpclient/ApproovHttpClientPlugin.java
Show resolved
Hide resolved
jexh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.