diff --git a/api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html b/api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html index 79d6b9abd..1b0178dae 100644 --- a/api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html +++ b/api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html @@ -120,7 +120,7 @@
[Preview] The callback method at the end of a Hub method request. This API may change in the future.
[Preview] The callback method at the end of a Hub method request. This API may change in the future.
void OnRequestEnd<THub, TResponse>(THub hubInstance, Guid requestId, string methodName, TResponse response)
+ void OnRequestEnd<THub, TResponse>(THub hubInstance, Guid requestId, string methodName, TResponse response, Exception? exception)
response
TResponseexception
System.Nullable<Exception>