You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Malpede, Austin" <au...@siemens.com> on 2018/12/19 22:05:33 UTC

Gremlin Dotnet Closing Websocket Connection

Hello,

Is it currently possible to close an open websocket connection to the tinkerpop server while using gremlin dotnet? I know its possible in gremlin js. If not I can start working on a fix.

Thanks,
Austin

Re: Gremlin Dotnet Closing Websocket Connection

Posted by Stephen Mallette <sp...@gmail.com>.
It looks like there is a way to close websocket connections now on
WebSocketConnection which implements IDisposable

https://github.com/apache/tinkerpop/blob/4bbcd55df0b921a24e41fe47ba55516928ed767b/gremlin-dotnet/src/Gremlin.Net/Driver/WebSocketConnection.cs

On Wed, Dec 19, 2018 at 5:06 PM Malpede, Austin <au...@siemens.com>
wrote:

> Hello,
>
> Is it currently possible to close an open websocket connection to the
> tinkerpop server while using gremlin dotnet? I know its possible in gremlin
> js. If not I can start working on a fix.
>
> Thanks,
> Austin
>