Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
I watched more than a hour over this bug: update-message-text instead of update_message_text. It's the name of an event. The listener wouldn't trigger. I chose the backend using python casing for stuff. I have an rpc that automatically converts getMessages to get_messages using the proxy object to make the source look nice and consistent. But event names are an exception.
rant