Changes between Version 42 and Version 43 of WikiStart


Ignore:
Timestamp:
05/02/19 14:30:35 (6 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v42 v43  
    8989 * can send JSON-formatted Action objects as requested by the agent (see the events module in genius2 core)
    9090
     91
     92=== /free
     93
     94/free is just a plain (non-websocket) connection that immediately returns an integer number with the number of available slots for running new party instances at this moment.
     95
    9196== Detecting termination of a party
    9297The partiesserver does not have a separate communication protocol to hear when parties have been terminated. Instead, the PartySocket (that the partiesserver provides for communication between the party and the server) is sniffed for characteristic termination events. The following events are considered indicative for termination:
     
    951003. A "Finished" Inform object being sent to the party.
    96101
    97 === /free
    98 
    99 /free is just a plain (non-websocket) connection that immediately returns an integer number with the number of available slots for running new party instances at this moment.
    100102
    101103== Using the source code ==