Changes between Version 42 and Version 43 of WikiStart
- Timestamp:
- 05/02/19 14:30:35 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v42 v43 89 89 * can send JSON-formatted Action objects as requested by the agent (see the events module in genius2 core) 90 90 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 91 96 == Detecting termination of a party 92 97 The 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: … … 95 100 3. A "Finished" Inform object being sent to the party. 96 101 97 === /free98 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.100 102 101 103 == Using the source code ==