Aaron Quint
Aaron Quint
Hey rogerdpack - I just pushed an update that should fix the fork error. Could you install the latest vegas gem from github and let me know if that works?...
What OS are you on? Can you access the app at that port? I have a feeling it has to do with trying to launch the browser.
OK - that makes sense then. You started it probably when you ran the following above. By default, gembox will daemonize and then try to launch in the browser using...
@mrtazz Maybe I'm missing something, but it seems like in the current setup, `process_metrics` is called for any backend? In this case these are global aliases, not per-backend
@mrtazz OK! I guess I'll wait for that work to be merged. In the meantime we're using this in production.
I should add that this is in a linux environment using the latest cef
Thanks for the help. I've also been working on a fork that moves a bunch of files around (https://github.com/paperlesspost/cef2go). This was a requirement as I wanted to be able to...
I got the cef_lifespan hooks working and now do not observe this problem anymore. Thanks
I should have been more clear, I implemented cef_lifespan_handler which allowed me to implement create_browser (async version) and still get a reference to the browser I created: https://github.com/paperlesspost/cef2go/blob/master/cef/cef_life_span_handler.go Using the...
After more thorough testing, and creating a real test case that launches over and over, this is still a problem but happens _much_ less frequently before ~2/150 runs.