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
你好,我开启了一个管道并进行了一系列操作,如果最后不想提交这些操作,是需要调用方法取消这个管道操作,还是只要不调用EndPipe方法就行了
The text was updated successfully, but these errors were encountered:
只要不调用EndPipe方法就行了
Sorry, something went wrong.
我看dispose方法也会调用EndPipe,这个会有问题吗
简单测试了一下,不调用EndPipe,创建了50个pipe之后就报错了,调用的话不会报错
using (var pipe = xxx.StartPipe())
No branches or pull requests
你好,我开启了一个管道并进行了一系列操作,如果最后不想提交这些操作,是需要调用方法取消这个管道操作,还是只要不调用EndPipe方法就行了
The text was updated successfully, but these errors were encountered: