-
Notifications
You must be signed in to change notification settings - Fork 69
Description
The LinkedList node does not belong to current LinkedList.
at Neo4j.Driver.Internal.AsyncTransaction.TransactionConnection.OnErrorAsync(Exception error)
at Neo4j.Driver.Internal.Connector.DelegatedConnection.SyncAsync()
at Neo4j.Driver.Internal.Protocol.BoltProtocolV3.BeginTransactionAsync(IConnection connection, BeginTransactionParams beginParams, HomeDbCacheKey cacheKey, IHomeDbCache homeDbCache, SessionConfig sessionConfig)
at Neo4j.Driver.Internal.Protocol.BoltProtocol.BeginTransactionAsync(IConnection connection, BeginTransactionParams beginParams, HomeDbCacheKey cacheKey, IHomeDbCache homeDbCache, SessionConfig sessionConfig)
at Neo4j.Driver.Internal.AsyncSession.BeginTransactionWithoutLoggingAsync(AccessMode mode, TransactionConfig config, Boolean disposeUnconsumedSessionResult, TransactionInfo transactionInfo)
at Neo4j.Driver.Internal.AsyncSession.<>c__DisplayClass54_01.<<RunTransactionAsync>b__1>d.MoveNext() --- End of stack trace from previous location --- at Neo4j.Driver.Internal.AsyncRetryLogic.RetryAsync[T](Func1 runTxAsyncFunc)
at Neo4j.Driver.Internal.Logging.DriverLoggerUtil.TryExecuteAsync[T](ILogger logger, Func`1 func, String message)