tracker issue : CF-3118358

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

getSubscriberCount returns true, not a value

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/

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

Created: 02/20/2012

Components: Web Socket

Versions: 10.0

Failure Type: Unspecified

Found In Build/Fixed In Build: Public Beta /

Priority/Frequency: Trivial / Most users will encounter

Locale/System: English / Windows 7 64-bit

Vote Count: 0

The getSubscriberCount JS function returns true, not a count though.

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

Watson Bug ID:	3118358

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

Attachments:

Comments:

Um, I hope there isn't much to discuss. It should return a number. What's the point of returning true? Or did I misread your note. ;)
Comment by External U.
20746 | February 22, 2012 04:32:21 PM GMT
this is a asynchronous call and the result comes back on messageHandler and not a direct return from the function . The true|false return , as in case of other function, tells whether the client call is made successfully or not.
Comment by Kunal S.
20747 | February 22, 2012 11:55:59 PM GMT
Ugh- you are completely right. Sorry!
Comment by External U.
20748 | February 23, 2012 08:54:55 AM GMT