Skip to content

Coherence JavaScript Client v1.1.4

Compare
Choose a tag to compare
@rlubke rlubke released this 07 Oct 18:41

What's Changed

  • General improvements to error handling
  • Added new SessionLifecycleEvents
    • CONNECTED -> raised when a Session first establishes connectivity with the backend
    • DISCONNECTED -> raised when an already connected Session detects it has disconnected from the backend
    • RECONNECTED -> raised when a session, in a DISCONNECTED stated, transitions to RECONNECTED with the backend
  • Added new Session configuration option readyTimeoutInMillis which represents the time a cache operation will wait
    for the Session to transition to a CONNECTED or RECONNECTED state. If this time is exceeded, an error will be raised