Page 1 of 1

getChannelClassName fail if channel detached

Posted: Tue Jan 08, 2019 3:27 pm
by Nadav
getChannelClass succeeds even if channel is detached.
But getChannelClassName fails if channel is detached.
Is this by design?

(yes, I can use just ChannelClass, but the code and logs are more readable using ChannelClassName)

Re: getChannelClassName fail if channel detached

Posted: Tue Jan 08, 2019 4:28 pm
by Patrick
Channel class name is just a String which gets looked up with the channel class.

I'm removing the attached check from the library for next release.

-Patrick

Re: getChannelClassName fail if channel detached

Posted: Thu Jan 10, 2019 12:34 am
by Nadav
Thanks so much!