Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Remote events over TCP: Endpoint that time-outs delays delivery to other endpoints

Found in

EPiServer.CMS.Core 7.0.586.0

Fixed in

EPiServer.CMS.Core 10.10.0

(Or a related package)

Created

May 11, 2017

Updated

Jun 27, 2018

Area

CMS Core

State

Closed, Fixed and tested


Description

Steps to reproduce

  1. Configure remote events over TCP.
  2. Configure 2 endpoints where the first endpoint points to something the blocks SYN packages (like www.google.com:81).

Expected:
The second endpoint should continue to work

Actual:
The second endpoint is blocked while waiting for a timeout on the first endpoint, so cache expiration messages are delayed.

Workaround: Configure remote events over UDP.