westjeffho/secs4net

单步调试Header.EncodeTo异常

Opened this issue · 2 comments

1.启动SecsDevice项目;
2.输入正确的地址;
3.点击Enable按钮;
4.不能正常发送Selected消息;

1.单步调试时发现调用SendControlMessage方法后,无法执行到_socket.SendAsync()。
2.继续调试发现是在Header.EncodeTo方法中运行有异常,但是无法单步调试进入buffer.AsSpan()方法。

2019-06-24_150612

环境:
.net core 2.2.300
VS2019 16.1.3

1.启动SecsDevice项目;
2.输入正确的地址;
3.点击Enable按钮;
4.不能正常发送Selected消息;

1.单步调试时发现调用SendControlMessage方法后,无法执行到_socket.SendAsync()。
2.继续调试发现是在Header.EncodeTo方法中运行有异常,但是无法单步调试进入buffer.AsSpan()方法。

2019-06-24_150612

环境:
.net core 2.2.300
VS2019 16.1.3

这个问题你解决了吗,我也遇到了!

This repository doesn't update for a while coz I had lost my account access right. The new one is https://github.com/mkjeff/secs4net