Changes between Version 28 and Version 29 of WikiStart
- Timestamp:
- 04/30/19 15:48:59 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v28 v29 56 56 * There are two possible responses from the party server: 57 57 * The http get returns a websocket address on which the party can be contacted. 58 * error code 503 "Service Unavailable" if there is no room on the partiesserver at this moment to instantiate another party. You may have to wait till a slot becomes available to run the party. 58 * error code 503 "Service Unavailable" if there is no room on the partiesserver at this moment to instantiate another party. You may have to wait till a slot becomes available to run the party. The 503 includes a message like {{{retry later at 1556631286760}}}. The message is kept human readable but the last element of the message must be a unix timestamp containing the time at which to retry. 59 59 60 60 If the response was a websocket address, tThe websocket connection implements a {{{Connection<Inform, Action>}}} which means the following: