Native Messaging Chrome

后端 未结 1 986
说谎
说谎 2020-12-09 13:27

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

相关标签:
1条回答
  • 2020-12-09 14:10

    Yeah that's because you send a wrong data length. Change stringData.Length to msgdata.Length in your OpenStandardStreamOut function.

    0 讨论(0)
提交回复
热议问题