You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2020/09/21 07:21:00 UTC

[jira] [Created] (IGNITE-13462) .NET: Thin client Dispose hangs when continuous query is active on .NET Core 3.x

Pavel Tupitsyn created IGNITE-13462:
---------------------------------------

             Summary: .NET: Thin client Dispose hangs when continuous query is active on .NET Core 3.x
                 Key: IGNITE-13462
                 URL: https://issues.apache.org/jira/browse/IGNITE-13462
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 2.9
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.10


* Switch all projects to netcoreapp3.0 (or 3.1)
* Run Apache.Ignite.Core.Tests.Client.Cache.ContinuousQueryTest - it hangs on ClientSocket.Dispose

Looks like Socket.Shutdown call is missing, or we can use Socket.Close with a timeout.



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