Server that listens on a configured port and handles Frostbite 2 compatible commands.
Parameters: |
|
---|---|
Returns: |
Sends a message to the client attached to this server. Returns a handle to retrieve the response at a later time.
Parameters: |
|
---|---|
Returns: | gevent.queue.AsyncResult |
Starts the Frostbite server’s event processor.
Called by the gevent.TCPServer listener. :return: Returns itself to allow chaining.