Results 10 comments of Aybars Köse

Same here, Visual Studio 2022 C++ hangs for about 6 seconds or even more.

> OpenCPN is not an ECDIS and does not aspire to be one, so what exactly does this mean for us? Then why do you have a certificate about complying...

> Can you share some more details about your scenario/code? Are you doing this entirely on the javascript side? Does you code work in the browser (not in a webview)?...

> A quirk of ExecuteScript (and the underlying CDP call) is that objects are often just returned as "{}". Try wrapping your return value in a .toString(). Async functions always...

The ajax method is working. I noticed that certain unicodes are causing wcout to fail. I managed to print whole data by using `wprintf(L"%ls\n", result);` But i've found something strange....

> I believe the ajax is working because you are making it a synchronous call - I don't think we'd recommend this, as it will block the web code while...

> A "null" string can be returned when the javascript object is undefined, there's an exception in the script, or if there's an error in trying to serialize the result...

It's not a static string. The `result` i'm getting is constantly changing but it's pattern is always the same and i'm always getting `null` after the replacement of the null...

The url isn't static either. The problem is happening with the `replace` call, otherwise it is fine.

I'm having the exact same issue that. I spent a couple hours to figure out whats wrong but couldnt. I can share the code if needed.