Skip to content

Commit

Permalink
Remove stop from push receiver as it no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
AfonsoFGarcia committed Oct 4, 2024
1 parent 894f349 commit 89aed37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "bluecon"
version = "0.4.2"
version = "0.4.3"
authors = [
{ name="Afonso Garcia", email="[email protected]" },
]
Expand Down
1 change: 0 additions & 1 deletion src/bluecon/BlueConAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def on_notification(blueConAPIClient: BlueConAPI, notification: dict, data_messa
self.__listenerThread.start()

async def stopNotificationListener(self) -> bool:
self.receiver.stop()
self.__listenerThread.join(10.0)
await self.registerAppToken(False)
return self.__listenerThread.is_alive()
Expand Down

0 comments on commit 89aed37

Please sign in to comment.