Cliques are fucked

Different from the BDE crashing behavior previously reported. Was trying to send a message and the messages were just disappearing. Hit send, text goes away, then nothing. Leave and come back, nothing. Then I tried to take a video of this behavior and now it’s literally just crashing (same behavior I previously reported for the BDE clique)

I’ll be looking at cliques this week. Spent most of last week on the web app

1 Like

found the root cause, redis related. The error happens because the client isnt connected and you cant send a message to something you’re not connected to. Will do a patch release by tonight

Oh huh. Chat happens in redis? Cool

Not entirely haha. The logic layer that maintains what clients are connected to what groups are managed in redis. See here

Interesting