#Realtime not responding

1 messages · Page 1 of 1 (latest)

half sigil
#

        Log.d("TAG", "loadData: here")
        realtime.subscribe("databases.*.collections.*.documents.*") {
            Log.d("TAG", "loadData: $it")
            val data = it.payload.tryJsonCast(Data::class.java)
            Log.d("TAG", "loadData: $data")

            if (data != null) {
                _list.value.add(data)
            }
            Log.d("TAG", "loadData: ${_list.value}")

        }

Why only here get print in my logcat?
It doesn't even through any error, nor any other data

half sigil
#

<@&1319717958645452800> I found this error in logcat

iron steppe
# half sigil

Hmmm not sure where is this coming from. Are you actually receiving the data?

#

What's the SDK version you're using?

half sigil
#

I have a suggestion, there are only some limited channels, so why don't you guys check if it is a valid channel or not. If it is not then throw an error.