-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
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
async client #13
Comments
Refactored client code. Removed most of layers in client library: Now there will be one central component - BinaryServer. It will have a map of request handles and callback for processing responses in the same manner as in server OpcTcpMessages.
|
Sounds correct for me. On 18 August 2014 09:47, Alexander Rykovanov notifications@github.com
|
implemented |
update to freeopcua changes
Client must ne ported to asio
-- to make subscription client work,
-- be portable to windows
-- to not hang if responses do not arrive in expected order
The text was updated successfully, but these errors were encountered: