You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client 'panics' when OperationIDResult is not returned by the server. That should not be the case. There are various commands which do not return anything (Send() returns void) or do return something else (TResult).
The client 'panics' when OperationIDResult is not returned by the server. That should not be the case. There are various commands which do not return anything (
Send()
returns void) or do return something else (TResult
).ravendb-go-client/raven_command.go
Line 194 in f43327b
Please refer to
ServerOperationExecutor
code in C#:https://github.com/ravendb/ravendb/blob/49086f551a2ec7349c0922f6ec96c189f94fb7a6/src/Raven.Client/ServerWide/Operations/ServerOperationExecutor.cs
As you can see there are various method overloads - some returning void:
The issue might not be in the
ServerOperationExecutor
alone - it may be the case with other operation executor classes as well.Please advise.
The text was updated successfully, but these errors were encountered: