NEVSTOP
NEVSTOP
Path in one case. The string argument format does not support using cluster/reference/.. as arguments. Here is what I implemented in [CSM](https://github.com/NEVSTOP-LAB/Communicable-State-Machine). I recommend creating a pair of VIs to...

User might forget to call "CSMLS - Define Loop State(s).vi", which make async call failed.  Do not plan to solve this in "Parse State Queue++.vi", as not worth to...
这个修改比较危险,涉及到的内容很多,容易引起一些 corner case的发生。 由于是多线程程序,因此可能在某种巧合的情况下,卡在 userevent 上,但是无法处理Queue中的内容,目前一个Remote message 一个 user event 是最安全的
Duplicated Issue: https://github.com/NEVSTOP-LAB/Communicable-State-Machine/issues/28 由于这个是用户提交,因此关闭原来的issue.
这个错误是知道的,但是说实话不知道为啥。。。 都是一样自动编译的,不确定是什么问题。我这边 ubuntu 没有环境, 有没有更更加详细的信息提供
@KivenJia 考虑下这个建议 FYI
参考 https://github.com/NEVSTOP-LAB/Communicable-State-Machine/issues/460
考虑是直接修改为 csm, 还是在普通的基础上进行改造. 可以参考 #460 @KivenJia
需要重新梳理下 workers/Chain 模式下的句柄资源,当前attributeAPI 的DVR,可能在第一个worker 退出后失效,这个是个BUG。也要梳理内部的其他共享资源