[ 
https://issues.apache.org/jira/browse/IGNITE-13343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavel Tupitsyn updated IGNITE-13343:
------------------------------------
    Ignite Flags: Release Notes Required

> .NET: Thin Client: Async service calls
> --------------------------------------
>
>                 Key: IGNITE-13343
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13343
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>    Affects Versions: 2.10
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Minor
>              Labels: .NET
>
> Thin client is inherently asynchronous. We should allow async service calls: 
> when service interface has an async method (returns Task or Task<T>), we 
> should make the underlying call with {{ClientSocket.DoOutInOpAsync}}.
> This will require proper task handling in 
> UnmanagedCallbacks.ServiceInvokeMethod: when a Task is returned, wait for its 
> completion and unwrap the result/exception.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to