LucaBoss74
LucaBoss74
I've tried too, but in quickjs_runtime2.dart (where calls to/from QuickJS/Dart are handled) there's an error at line 238: ` if (channelFunctions.containsKey(channelName)) { channelFunctions[channelName]!.call(jsonDecode(message)); } else { print('No channel $channelName registered');...
I've made a pull-request to my fix to the problem. If anyone other than me could test it, it would be great
I've tested in our project and it doesn't seem to increase memory allocation if called repeatedly or crash the application core. I've found also that the problem is still present...