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

A Python Client for Phoenix Channels

Results 45 realtime-py issues
Sort by recently updated
recently updated
newest added

Documentation and examples show how to listen from messages from Phoenix, but sending to phoenix is not documented, nor is it clear that this is even possible. ``` 🐘 tbrowne@suprabonds:~$...

question
Stale

I am currently trying to use realtime.connection.Socket() with Supabase locally. I am following this guild (https://supabase.com/docs/guides/local-development). I am using a MacBook Pro with an M1 chip, realtime==0.0.4. From the Supabase...

Related: https://github.com/supabase-community/realtime-py/issues/32

For a long running realtime subscription, I find that it breaks randomly after a few hours. I would expect this to gracefully reconnect. This using simple https://github.com/supabase-community/realtime-py#sample-usage-with-supabase ```python 2022-02-03 09:37:25,734:ERROR...

bug
Stale

regarding issue #14 1. added github action workflow to run continuous integrations tests 2. added trivial test case with pytest to assert the type of socket instance 3. run pytest...

Pull Request #33 refactored by [Sourcery](https://sourcery.ai/github/). Since the original Pull Request was opened as a fork in a contributor's repository, we are unable to create a Pull Request branching from...

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 (*)...

GitHub issue: [Realtime allows multiple subscriptions to table #127](https://github.com/supabase/realtime-js/issues/127) JS client PR: [fix: force client to listen to unique subscriptions #128](https://github.com/supabase/realtime-js/pull/128)

Stale

realtime-py==0.1.3 error "AttributeError: module 'typing' has no attribute '_ClassVar'"

# Chore We need a functioning CI checks and tests for this library so that we can ensure everything is working as expected.

good first issue
hacktoberfest