lukedukeus
lukedukeus
I am having this issue as well. @thombrink did you ever find a fix?
Was going to switch as well but found out you can fix this issue by adding the following to your `Reinforced.Typings.settings.xml`: ``` ```
@iyer3142 Were you ever able to get this working? Im in the same situation and unable to get it working.
@CMD10M try this: https://github.com/lukedukeus/esp32-bacnet-master-v5.01
@txintobac I used the code in the master branch at the time I wrote it, so not any specific version, but around 0.9. I changed some of the datalink stuff...
@GregorBiswanger If I want to get a result back from `ipc.invoke("someMethod")` on the client? on the client side, I have: ``` const result = await ipc.invoke('OpenFileDialog'); ``` on the server...
@ChristopheI Is there any docs on how to do re-negotiation or is it still not supported? I get the onnegotiationneeded raised when I add a track, just not sure how...
I switched from Debug>Any CPU to Debug>x64 and the error went away. I assume that the nuget package was corrupted in some way, deleteing AppData\.nuget\Reinforced.Typings and reinstalling also works.
Demo projects to reproduce the issue: [ReinforcedTypingsBug.zip](https://github.com/reinforced/Reinforced.Typings/files/12499770/ReinforcedTypingsBug.zip)
@nnha19 I am trying to do the same thing, can you post what worked for you? Thanks