I am trying to get Native Messaging between my chrome extension and my c# application. The javascript works fine, but I am getting this error:
Error
Yeah that's because you send a wrong data length. Change stringData.Length to msgdata.Length in your OpenStandardStreamOut function.
stringData.Length
msgdata.Length
OpenStandardStreamOut