realtime-py icon indicating copy to clipboard operation
realtime-py copied to clipboard

Wildcard (*) event not handled correctly

Open orenwang opened this issue 2 years ago • 0 comments

In the usage.py example, the UPDATE event callback is called normally, while the * event callback is never called. https://github.com/supabase-community/realtime-py/blob/694587212bb76132d595e93be6f2f85c8e9347cb/usage.py#L17-L21

If I understand the code below correctly, a wildcard (*) seems to always get ignored: https://github.com/supabase-community/realtime-py/blob/694587212bb76132d595e93be6f2f85c8e9347cb/realtime/connection.py#L71-L72

orenwang avatar Feb 26 '22 02:02 orenwang