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

Try our conversational search powered by Generative AI!

Log safe Sockets exceptions written to DEBUG log

Found in

EPiServer.CMS.UI 10.0.2

Fixed in

EPiServer.CMS.UI 10.3.0

(Or a related package)

Created

Dec 01, 2016

Updated

Jan 03, 2017

Area

CMS UI

State

Closed, Fixed and tested


Description

WebSocketExceptions are logged frequently in a CMS site if Project mode is enabled,even though the WebSocket Protocol is installed on the local web server (or the WebSocket setting is on an Azure site).

Expected
The native safe exceptions are logged using the DEBUG level

  • 0x800703e3 – The I/O operation has been aborted because of either a thread exit or application request
  • 0x800704cd – The remote host closed the connection
  • 0x80070026 – Reached the end-of-file

Actual
The errors are logged using the ERROR level.