error.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Exception has occurred: CLR/System.InvalidOperationException | |
| Exception thrown: 'System.InvalidOperationException' in System.Private.CoreLib.dll: 'Timeouts are not supported on this stream.' | |
| at System.IO.Stream.get_ReadTimeout() | |
| at System.Text.Json.Serialization.Metadata.JsonPropertyInfo`1.GetMemberAndWriteJson(Object obj, WriteStack& state, Utf8JsonWriter writer) | |
| at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryWrite(Utf8JsonWriter writer, T value, JsonSerializerOptions options, WriteStack& state) | |
| at System.Text.Json.Serialization.JsonConverter`1.WriteCore(Utf8JsonWriter writer, T& value, JsonSerializerOptions options, WriteStack& state) | |
| at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.Serialize(Utf8JsonWriter writer, T& rootValue, Object rootValueBoxed) | |
| at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.SerializeAsObject(Utf8JsonWriter writer, Object rootValue) | |
| at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.Serialize(Utf8JsonWriter writer, T& rootValue, Object rootValueBoxed) | |
| at System.Text.Json.JsonSerializer.WriteNode[TValue](TValue& value, JsonTypeInfo`1 jsonTypeInfo) | |
| at System.Text.Json.JsonSerializer.SerializeToNode[TValue](TValue value, JsonSerializerOptions options) | |
| at Elsa.Workflows.WorkflowInstanceStorageDriver.<>c__DisplayClass7_0.<WriteAsync>b__0(VariablesDictionary dictionary) | |
| at Elsa.Workflows.WorkflowInstanceStorageDriver.UpdateVariablesDictionary(StorageDriverContext context, Action`1 update) | |
| at Elsa.Workflows.WorkflowInstanceStorageDriver.WriteAsync(String id, Object value, StorageDriverContext context) | |
| at Elsa.Workflows.VariablePersistenceManager.<SaveVariablesAsync>d__4.MoveNext() | |
| at Elsa.Workflows.Runtime.DefaultCommitStateHandler.<CommitAsync>d__7.MoveNext() | |
| at Elsa.Workflows.WorkflowRunner.<RunAsync>d__20.MoveNext() | |
| at Elsa.Workflows.WorkflowRunner.<RunAsync>d__16.MoveNext() | |
| at Elsa.Workflows.WorkflowRunner.<RunAsync>d__17.MoveNext() |