GitHub user adam-resdiary opened a pull request:

    https://github.com/apache/thrift/pull/97

    THRIFT-2456 Support async operations outside Silverlight

    I altered TTransport to throw the NotSupportedExceptions to make it more 
obvious what's going on if someone generates their client using the async 
option, and then uses a transport that doesn't support it.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/adam-resdiary/thrift 
THRIFT-2456-THttpClientAsync

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/97.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #97
    
----
commit 080b28eac31516ef9e3f988a87d890769f0751cd
Author: Adam Connelly <[email protected]>
Date:   2014-04-09T12:46:27Z

    THRIFT-2456 Support async operations outside Silverlight
    
    I altered TTransport to throw the NotSupportedExceptions to make it more 
obvious what's going on if someone generates their client using the async 
option, and then uses a transport that doesn't support it.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to