tracker issue : CF-3299996

select a category, or use search below
(searches all categories and all time range)
Title:

WebSocket Listeners not running init

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)

Created: 07/31/2012

Components: Web Socket

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final / 283325

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Windows 7 64-bit

Vote Count: 0

Given a CFC channellistener with this code:

component extends="CFIDE.websocket.ChannelListener"{

	writelog(text="constructor test");

	public function init() {
		writelog(text="init ran on ");
	}

I see "consturctor test" run twice per unique user and "init ran on" never executed. It should run

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3299996

External Customer Info:
External Company:  
External Customer Name: cfjedimaster
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments: