-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GameServer state diagram with Reserved #933
Update GameServer state diagram with Reserved #933
Conversation
Build Failed 😱 Build Id: 73ea111e-430d-41de-8eec-2d8c2c40572f To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: a5a36f4f-7d32-4a84-8620-cd66bb71503f To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 21476bfc-8978-458c-a21f-85ec83fa8695 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
There are a couple of places in gameserver.md where I mis-typed |
Scheduled -> RequestReady [ label="SDK.ready()", color="purple" ] | ||
RequestReady -> Ready [ label="ready to be allocated", color="blue" ] | ||
Reserved -> Ready [label="if seconds > 0 \nand failed to call \nSDK.allocate() " color="purple"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's difficult to tell from the diagram which arrow this note belongs to. Maybe there isn't any avoiding that though...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tweaked some alignment, think it looks a bit better. PTAL.
af10868
to
e7f5439
Compare
Update dot and generated PNG with the Reserved state, and resultant flow from there. Tried to keep it as simple as possible, while still representing potential state changes. Should be final work on googleforgames#660 except for missing SDK functions.
e7f5439
to
908acf8
Compare
Build Succeeded 👏 Build Id: 9c640105-2b5e-479b-a644-06f97c4f4207 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 1149a35a-10ad-483b-9f8c-27454efa7298 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Update dot and generated PNG with the Reserved state, and resultant
flow from there.
Tried to keep it as simple as possible, while still representing
potential state changes.
Should be final work on #660 except for missing SDK functions.