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

## 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...

Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.3 to 9.8.5. Release notes Sourced from python-semantic-release's releases. v9.8.5 (2024-07-06) Fixes Enable --print-last-released* when in detached head or non-release branch (#926) changelog: resolve commit ordering issue...

dependencies
python

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.3 to 9.8.5. Release notes Sourced from python-semantic-release/python-semantic-release's releases. v9.8.5 (2024-07-06) Fixes Enable --print-last-released* when in detached head or non-release branch (#926) changelog: resolve commit ordering issue...

dependencies
github_actions

Bumps the pip group with 1 update in the / directory: [certifi](https://github.com/certifi/python-certifi). Updates `certifi` from 2023.11.17 to 2024.7.4 Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294)...

dependencies
python

## What kind of change does this PR introduce? Added a feature as described in #133 ## What is the current behavior? #133 ## What is the new behavior? Added...

## What kind of change does this PR introduce? Implement the #134 feature request. ## What is the current behavior? #134 ## What is the new behavior? When calling the...

# Feature request ## Is your feature request related to a problem? Please describe. I want to be able to have asynchronous tasks parallel to realtime-py. Basically the same mentioned...

enhancement

# Feature request ## Is your feature request related to a problem? Please describe. For an integration project, I need to specify some additional payload, when joining a channel. Therefore,...

enhancement

joining a channel should send the params ## What kind of change does this PR introduce? Bug fix ## What is the current behavior? the params dict, if given in...

# Improve documentation ## Link Add a link to the page which needs improvement (if relevant) The example [seems to define an async handler](https://github.com/supabase/realtime-py/blob/main/example/app.py#L33) but never shows how to use...

documentation