Rune Andersen
Rune Andersen
Sorry but I don't get it :-/ `AdapterJS.WebRTCPlugin.pluginNeededButNotInstalledCb = AdapterJS.WebRTCPlugin.pluginNeededButNotInstalledCb || function () {...}` I can replace the AdapterJS.WebRTCPlugin.pluginNeededButNotInstalledCb function with my own function, but it seems to me the...
@joache thanks got it now :-) Just nut used to the dynamics of JavaScript, so if anybody else is as n00b as me here you have an example: `var AdapterJS...
@JonathanMagnan did you ever figure this one out ? I'm in a situation with support for legacy solution and are stuck in same error situation as poster.
Thanks for quick reply Jon. It is an understandable situation. br. Rune
Just an update if anyone can benefit from it. I got this solved by using a Factory for creating ObjectContext instances and `EntityConnectionFactory.CreatePersistent(string instanceId, string entityConnectionString)`. The ObjectContext is created...
@justinyoo What are the expectations regarding version 2.x release, do you have an ETA ? Also it seems worrying that this is a Microsoft owned project with only one maintainer...