Skip to content

Conversation

@llucax
Copy link
Contributor

@llucax llucax commented Feb 14, 2024

In previous versions of the channels library, the send() method returned bool to indicate if the send was succesful or not. Recent versions use exception to report errors and return None, making the send() method directly compatible with what the resampler expects, so we don't need an adapter any more.

In previous versions of the `channels` library, the `send()` method
returned `bool` to indicate if the send was succesful or not. Recent
versions use exception to report errors and return `None`, making the
`send()` method directly compatible with what the resampler expects, so
we don't need an adapter any more.

Signed-off-by: Leandro Lucarella <[email protected]>
@llucax llucax requested a review from a team as a code owner February 14, 2024 15:05
@github-actions github-actions bot added the part:actor Affects an actor ot the actors utilities (decorator, etc.) label Feb 14, 2024
@llucax llucax added the cmd:skip-release-notes It is not necessary to update release notes for this PR label Feb 14, 2024
@llucax llucax self-assigned this Feb 14, 2024
@llucax llucax added the type:tech-debt Improves the project without visible changes for users label Feb 14, 2024
@llucax llucax added this to the v1.0.0-rc5 milestone Feb 14, 2024
@llucax llucax enabled auto-merge February 14, 2024 15:08
@llucax
Copy link
Contributor Author

llucax commented Feb 14, 2024

Enabled auto-merge.

@llucax llucax added this pull request to the merge queue Feb 15, 2024
Merged via the queue into frequenz-floss:v1.x.x with commit 2ce8d0d Feb 15, 2024
@llucax llucax deleted the rm-adapter branch February 15, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cmd:skip-release-notes It is not necessary to update release notes for this PR part:actor Affects an actor ot the actors utilities (decorator, etc.) type:tech-debt Improves the project without visible changes for users

Projects

Development

Successfully merging this pull request may close these issues.

2 participants