Skip to content

Fix the LoopCommunicator.remove_broadcast_subscriber#156

Merged
sphuber merged 1 commit intodevelopfrom
fix/155/loop-communicator
Jun 5, 2020
Merged

Fix the LoopCommunicator.remove_broadcast_subscriber#156
sphuber merged 1 commit intodevelopfrom
fix/155/loop-communicator

Conversation

@sphuber
Copy link
Copy Markdown
Collaborator

@sphuber sphuber commented Jun 5, 2020

Fixes #155

The remove_broadcast_subscriber method was piping through to the
remove_task_subscriber method, which is probably a copy and paste
error that went unnoticed because the entire class was unused and
untested.

Also change the logging level when required attribute of a Port is
overridden by a default from INFO to DEBUG as this is a very common
operation and was way too noisy.

@sphuber sphuber requested a review from muhrin June 5, 2020 12:16
@sphuber
Copy link
Copy Markdown
Collaborator Author

sphuber commented Jun 5, 2020

P.S.: the tests for this should fail because there is also a comparable bug in kiwipy 🤕 . Will have to fix that first and release a patch...

@sphuber sphuber force-pushed the fix/155/loop-communicator branch from 721d8b2 to f341c1e Compare June 5, 2020 13:25
The `remove_broadcast_subscriber` method was piping through to the
`remove_task_subscriber` method, which is probably a copy and paste
error that went unnoticed because the entire class was unused and
untested.

Also change the logging level when required attribute of a `Port` is
overridden by a default from `INFO` to `DEBUG` as this is a very common
operation and was way too noisy.
@sphuber sphuber force-pushed the fix/155/loop-communicator branch from f341c1e to 22dcfff Compare June 5, 2020 13:29
@sphuber sphuber merged commit a166e66 into develop Jun 5, 2020
@sphuber sphuber deleted the fix/155/loop-communicator branch June 5, 2020 13:31
unkcpz pushed a commit to unkcpz/plumpy that referenced this pull request Dec 14, 2024
The `remove_broadcast_subscriber` method was piping through to the
`remove_task_subscriber` method, which is probably a copy and paste
error that went unnoticed because the entire class was unused and
untested.

Also change the logging level when required attribute of a `Port` is
overridden by a default from `INFO` to `DEBUG` as this is a very common
operation and was way too noisy.
agoscinski pushed a commit to agoscinski/plumpy that referenced this pull request Apr 13, 2026
The `remove_broadcast_subscriber` method was piping through to the
`remove_task_subscriber` method, which is probably a copy and paste
error that went unnoticed because the entire class was unused and
untested.

Also change the logging level when required attribute of a `Port` is
overridden by a default from `INFO` to `DEBUG` as this is a very common
operation and was way too noisy.
agoscinski pushed a commit that referenced this pull request Apr 13, 2026
The `remove_broadcast_subscriber` method was piping through to the
`remove_task_subscriber` method, which is probably a copy and paste
error that went unnoticed because the entire class was unused and
untested.

Also change the logging level when required attribute of a `Port` is
overridden by a default from `INFO` to `DEBUG` as this is a very common
operation and was way too noisy.
agoscinski pushed a commit that referenced this pull request Apr 13, 2026
The `remove_broadcast_subscriber` method was piping through to the
`remove_task_subscriber` method, which is probably a copy and paste
error that went unnoticed because the entire class was unused and
untested.

Also change the logging level when required attribute of a `Port` is
overridden by a default from `INFO` to `DEBUG` as this is a very common
operation and was way too noisy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug in LoopCommunicator.remove_broadcast_subscriber

2 participants