Skip to content
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

Buffer space #50

Open
WibblesDev opened this issue Oct 27, 2022 · 1 comment
Open

Buffer space #50

WibblesDev opened this issue Oct 27, 2022 · 1 comment

Comments

@WibblesDev
Copy link

Trying to use the shared memory approach but I'm getting a buffer size issue. Is there a max size to the message?

Not enough space available in the buffer.
at Resonance.ResonanceAdapter.Write(Byte[] data)
at Resonance.ResonanceTransporter.OnEncodeAndWriteData(ResonanceEncodingInformation info)
at Resonance.ResonanceTransporter.OnOutgoingMessage(ResonancePendingMessage pendingMessage)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at Resonance.ResonanceTransporter.Send(Object message, ResonanceMessageConfig config)

@royben
Copy link
Owner

royben commented Oct 29, 2022

From what I can see there is no limit on the message size.
If you can send a sample project I will investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants