Pavel Tupitsyn created IGNITE-13343:
---------------------------------------
Summary: .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
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)