Skip to content

EveTurnPolicy

NexusLabs.Eve

EveTurnPolicy Enum

Selects how eve handles a message sent to a session that already has an active turn.

public enum EveTurnPolicy

Fields

Queue 0

Waits for the active turn to finish before the new message runs.

Steer 1

Cancels the active turn and replaces it with the new message after eve durably buffers that message.

Remarks

eve 0.33.0 made Steer the server-side default. A client that sends no policy therefore steers. Send Queue to keep the wait-for-completion behavior that eve applied before 0.33.0.