realtime-py
realtime-py copied to clipboard
A Python Client for Phoenix Channels
## What kind of change does this PR introduce? Bug fix / feature ## What is the current behavior? INFO log lines may contain the access_token jwt ## What is...
## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behavior? Please link any relevant issues here. ## What is...
# Bug report - [ x ] I confirm this is a bug with Supabase, not with my own application. - [ x ] I confirm I have searched the...
# Feature Request Add support for `system` events on realtime, check JS PR: https://github.com/supabase/realtime-js/pull/422
# Bug report ## Describe the bug When a websocket is closed using `Socket._close()`, it logs the following error: ``` ERROR:root:Connection with the server closed. Traceback (most recent call last):...