Changes between Version 28 and Version 29 of WikiStart


Ignore:
Timestamp:
04/30/19 15:48:59 (6 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v28 v29  
    5656* There are two possible responses from the party server:
    5757 * 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.
    5959
    6060If the response was a websocket address, tThe websocket connection implements a {{{Connection<Inform, Action>}}} which means the following: