Skip to content

Commit fdd3e95

Browse files
author
Robert Bailey
authored
Remove mention of the SDKWatchSendOnExecute feature gate in a (agones-dev#2373)
comment in sdkserver_test.go.
1 parent e57d952 commit fdd3e95

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pkg/sdkserver/sdkserver_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,9 +1556,8 @@ func waitConnectedStreamCount(sc *SDKServer, count int) error {
15561556
}
15571557

15581558
func asyncWatchGameServer(t *testing.T, sc *SDKServer, stream sdk.SDK_WatchGameServerServer) {
1559-
// Note that new FeatureSDKWatchSendOnExecute feature gate
1560-
// uses getGameServer() function and therefore WatchGameServer()
1561-
// would block if gsWaitForSync is not Done().
1559+
// Note that WatchGameServer() uses getGameServer() and would block
1560+
// if gsWaitForSync is not Done().
15621561
go func() {
15631562
err := sc.WatchGameServer(&sdk.Empty{}, stream)
15641563
require.NoError(t, err)

0 commit comments

Comments
 (0)