You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
Trying to build around this code small utility to dump Java window content every 1sec - for logging frequently updated data.
However, current implementation build around 200ms delay before first refresh of JVM tree for some reason.
ExplorerFormController.cs:
As you noticed, EnumJvms returns an empty list the first time it is called just after initializing the AccessBridge DLL. I don't quite understand why, so I ended up adding the 200 msec delay to workaround the issue.
So, to answer your question: It may be possible to avoid the wait limit, but I don't know how (or even if it is possible).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to build around this code small utility to dump Java window content every 1sec - for logging frequently updated data.
However, current implementation build around 200ms delay before first refresh of JVM tree for some reason.
ExplorerFormController.cs:
Decreasing this limit results in empty returning list from EnumJvms() call (somewhere around 50ms delay on my machine).
Is it possible to get jvm content without this wait limit?
Thanks in advance for any info!
The text was updated successfully, but these errors were encountered: