Skip to content

Commit

Permalink
Merge branch 'master' into new-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Kislov committed Sep 15, 2020
2 parents 0263053 + f31221c commit 464d177
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ steps:
args: [ "-j", "5", "--output-sync=target", "run-sdk-conformance-tests"]
waitFor:
- build-images
- tests

#
# Cache the CPP conformance build directory, to speed up subsequent builds (considerably)
Expand Down
7 changes: 7 additions & 0 deletions pkg/client/clientset/versioned/clientset.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions site/content/en/docs/Guides/Client SDKs/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,8 @@ Response:

#### Alpha: GetPlayerCount

This function returns if the playerID is currently connected to the GameServer.
This is always accurate from what has been set through this SDK,
even if the value has yet to be updated on the GameServer status resource.
This function retrieves the current player count.
This is always accurate from what has been set through this SDK, even if the value has yet to be updated on the GameServer status resource.

```bash
$ curl -H "Content-Type: application/json" -X GET http://localhost:${AGONES_SDK_HTTP_PORT}/alpha/player/count
Expand Down

0 comments on commit 464d177

Please sign in to comment.