We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug when we use wifi in fab, network is not very good; so ,there is same mistake happen; and make hsms lose , can't reconnect
To Reproduce [08:21:49 672] 日志记录:Connection loss, try to reconnect. [08:21:59 716] 日志记录:Unhandled exception occurred on PipeDecoder producer 在 System.ThrowHelper.ThrowArgumentOutOfRangeException() 在 System.IO.Pipelines.BufferSegment.set_End(Int32 value) 在 System.IO.Pipelines.Pipe.CommitUnsynchronized() 在 System.IO.Pipelines.Pipe.PrepareFlushUnsynchronized(CompletionData& completionData, ValueTask1& result, CancellationToken cancellationToken) 在 System.IO.Pipelines.Pipe.WriteAsync(ReadOnlyMemory1 source, CancellationToken cancellationToken) 在 System.IO.Pipelines.Pipe.DefaultPipeWriter.WriteAsync(ReadOnlyMemory`1 source, CancellationToken cancellationToken) 在 Secs4Net.HsmsConnection.d__63.MoveNext() [08:21:59 716] 日志记录:Connection loss, try to reconnect.
1& result, CancellationToken cancellationToken) 在 System.IO.Pipelines.Pipe.WriteAsync(ReadOnlyMemory
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
[08:21:59 716] 日志记录:Unhandled exception occurred on PipeDecoder producer 在 System.ThrowHelper.ThrowArgumentOutOfRangeException()
看起来是 参数错误 , 可以尝试调整 buffer size
Sorry, something went wrong.
No branches or pull requests
Describe the bug
when we use wifi in fab, network is not very good; so ,there is same mistake happen;
and make hsms lose , can't reconnect
To Reproduce
[08:21:49 672] 日志记录:Connection loss, try to reconnect.
[08:21:59 716] 日志记录:Unhandled exception occurred on PipeDecoder producer 在 System.ThrowHelper.ThrowArgumentOutOfRangeException()
在 System.IO.Pipelines.BufferSegment.set_End(Int32 value)
在 System.IO.Pipelines.Pipe.CommitUnsynchronized()
在 System.IO.Pipelines.Pipe.PrepareFlushUnsynchronized(CompletionData& completionData, ValueTask
1& result, CancellationToken cancellationToken) 在 System.IO.Pipelines.Pipe.WriteAsync(ReadOnlyMemory
1 source, CancellationToken cancellationToken)在 System.IO.Pipelines.Pipe.DefaultPipeWriter.WriteAsync(ReadOnlyMemory`1 source, CancellationToken cancellationToken)
在 Secs4Net.HsmsConnection.d__63.MoveNext()
[08:21:59 716] 日志记录:Connection loss, try to reconnect.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: