Vegard Sandengen

Results 6 issues of Vegard Sandengen

The documentation for `nopoll_conn_get_msg()` states that the accepted socket will be non-blocking by default. This is not the case when the accepted socket has not enabled TLS. The following line...

I have a websocket client (through the browser implementation of WebSocket) that will upload small files in the range of 10-100kb. My server is using a nopoll listening socket with...

Hello. In PR #44, the upstream dependency of Gremlin.Net was updated from 3.4.0-rc2 to 3.4.0. This release includes [TINKERPOP-3067](https://issues.apache.org/jira/browse/TINKERPOP-2067) which changes the returned object from `SubmitAsync` when the requested return...

Currently, the `Project` and `Select` traversals do not have a SchemaBound equivalent. https://github.com/evo-terren/Gremlin.Net.CosmosDb/blob/94e1fe861aa9d0429b937d41a4a4e0a287d30730/src/Gremlin.Net.CosmosDb/ITraversal.Extensions.cs#L373-L376 While the `By` steps, which really go hand-in-hand with the Project/Select, have SchemaBound equivalents: https://github.com/evo-terren/Gremlin.Net.CosmosDb/blob/94e1fe861aa9d0429b937d41a4a4e0a287d30730/src/Gremlin.Net.CosmosDb/ISchemaBoundTraversal.Standard.Extensions.cs#L135-L146 Can anyone...

This is a temporary fix to issue #49. The proper fix is of course fixing the return value.

This is ment for easy derivation when starting working on your thesis