-
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
E2E Cleanup: Implement SendGameServerUDP #644
Conversation
Build Failed 😱 Build Id: 87500771-10cc-4889-9d3a-ef627bc15119 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Renamed `PingGameServer` to `SendUDP`, as I think that explans the function better, and also implemented a utility function of `SendGameServerUDP` for sending messages to GameServers. Kept SendUDP as we use it to e2e test the Ping UDP endpoints.
Build Failed 😱 Build Id: 7a41957b-298a-4c0c-95cd-b7f183943e02 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 26c04cd3-35b3-4ffe-b847-2100c66bfb15 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: 116a0760-781e-48e9-a599-f5565b444986 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:
|
Renamed
PingGameServer
toSendUDP
, as I think that explains the function better, and also implemented a utility function ofSendGameServerUDP
for sending messages to GameServers.Kept
SendUDP
as we use it to e2e test the Ping UDP endpoints.