We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5457f4 commit 8ab7d00Copy full SHA for 8ab7d00
server/request_context.go
@@ -66,7 +66,7 @@ func (exchange *RequestContext) SendLoggingNotification(ctx context.Context, lev
66
}
67
68
// SendProgressNotification send progress notification only if the client has requested progress
69
-func (exchange *RequestContext) SendProgressNotification(ctx context.Context, progress, total *float64, message *string) error {
+func (exchange *RequestContext) SendProgressNotification(ctx context.Context, progress float64, total *float64, message *string) error {
70
if exchange.progressToken == nil {
71
return nil
72
0 commit comments