You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/05/20 14:11:02 UTC

[GitHub] [servicecomb-service-center] little-cui commented on a change in pull request #989: SCB-2176 Refactor websocket (#986)

little-cui commented on a change in pull request #989:
URL: https://github.com/apache/servicecomb-service-center/pull/989#discussion_r636142786



##########
File path: server/event/instance_subscriber.go
##########
@@ -18,12 +18,13 @@
 package event
 
 import (
+	"fmt"
 	"github.com/apache/servicecomb-service-center/pkg/event"
 	"github.com/apache/servicecomb-service-center/pkg/log"
-	"time"
+	"github.com/apache/servicecomb-service-center/server/connection"
 )
 
-const AddJobTimeout = 1 * time.Second
+var errBusy = fmt.Errorf("too busy")

Review comment:
       DONE




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org