-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting memory out of exception issue while deserializing in Read method of Host.cs file #13
Comments
What is the message you are trying to send across? |
Any random string. For eg: a name |
Can you give more light on this issue on how should I approach the method or what should be the steps to send the message? |
I will need some further information here, how are you are serialising the json object from the browser? |
Sure. I want to send a message to the chrome extension using the c# host application which you have mentioned and based on that message my extension will work and return me the result. |
I've raised an issue to #14 which I think once done will provide an end to end documentation on how it should all fit together. |
For now, can you tell the input for this method? private static JObject Read()
|
What value should I put in when the console opens? |
It was kind of urgent. If u can put up the document in issue #14 ASAP then it would be a great help. |
The buffer char array if pretty large and hence while converting it to string in the Jsonconverter parameter getting an exception out of memory.
The text was updated successfully, but these errors were encountered: