You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Florian Hockmann (Jira)" <ji...@apache.org> on 2022/09/29 09:46:00 UTC

[jira] [Assigned] (TINKERPOP-2794) Allow cancellation of Gremlin.Net async methods

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

Florian Hockmann reassigned TINKERPOP-2794:
-------------------------------------------

    Assignee: Florian Hockmann

> Allow cancellation of Gremlin.Net async methods
> -----------------------------------------------
>
>                 Key: TINKERPOP-2794
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2794
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: dotnet
>            Reporter: Bill Poole
>            Assignee: Florian Hockmann
>            Priority: Major
>
> Gremlin.Net async methods such as Promise do not accept a CancellationToken parameter and cannot therefore be cancelled. Applications often need to be closed quickly/responsively when a user quits or an application server component is shut down/rebooted - e.g., during cluster auto scaling/rebalancing.
> All async methods should accept a CancellationToken parameter (which can be given a default value of 'default').



--
This message was sent by Atlassian Jira
(v8.20.10#820010)