-
Notifications
You must be signed in to change notification settings - Fork 662
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 preview #558
Open
oroulet
wants to merge
12
commits into
FreeOpcUa:master
Choose a base branch
from
huazh:async-client-preview
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Async client preview #558
Commits on Jan 11, 2016
-
TODO: remove KeepAlive thread review security_policy, may be race condition somewhere
Configuration menu - View commit details
-
Copy full SHA for 896dd17 - Browse repository at this point
Copy the full SHA 896dd17View commit details
Commits on Jan 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 306adfb - Browse repository at this point
Copy the full SHA 306adfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e1f5d4 - Browse repository at this point
Copy the full SHA 2e1f5d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c34112d - Browse repository at this point
Copy the full SHA c34112dView commit details
Commits on Jan 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fd368c6 - Browse repository at this point
Copy the full SHA fd368c6View commit details
Commits on Feb 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c301f71 - Browse repository at this point
Copy the full SHA c301f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b47cef - Browse repository at this point
Copy the full SHA 7b47cefView commit details -
Fix bug caused by trollius and asyncio schedule difference
Every publish reqeust start a new Task waiting for the same code path as other requests, so that the code after yield From(self._send_request) executed in sequence as response arrived
Configuration menu - View commit details
-
Copy full SHA for 0219bbd - Browse repository at this point
Copy the full SHA 0219bbdView commit details -
setup.py translate trollius source code to asyncio style during insta…
…llation add a commmand asyncio_translate to setup.py to help development switch between py2 and py3. call example: ./setup.py asyncio_translate
Configuration menu - View commit details
-
Copy full SHA for 8e3c788 - Browse repository at this point
Copy the full SHA 8e3c788View commit details
Commits on Feb 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f1fbea0 - Browse repository at this point
Copy the full SHA f1fbea0View commit details
Commits on Feb 18, 2016
-
bug fix: restore orignal buffer state while not enough data received …
…in parsing Header
Configuration menu - View commit details
-
Copy full SHA for 3705c7e - Browse repository at this point
Copy the full SHA 3705c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db607d - Browse repository at this point
Copy the full SHA 7db607dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.