You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: