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
PingGameServertoSendUDP, as I think that explains the function better, and also implemented a utility function ofSendGameServerUDPfor sending messages to GameServers.Kept
SendUDPas we use it to e2e test the Ping UDP endpoints.