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

Applies the new message at the next committed boundary of the active turn. If that turn has already settled, the message starts a follow-up turn.

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.