Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix: Resolve potential deadlock in suspended actor scenario. #1

Merged
merged 1 commit into from
Jun 15, 2024
Merged

Fix: Resolve potential deadlock in suspended actor scenario. #1

merged 1 commit into from
Jun 15, 2024

Conversation

cloudmark
Copy link
Collaborator

  • Updated documentation for clarity.
  • Removed dependency on RabbitMQ.

- Updated documentation for clarity.
- Removed dependency on RabbitMQ.
@cloudmark cloudmark merged commit f5c459d into suprnation:main Jun 15, 2024

libraryDependencies += "com.github.suprnation" % "cats-actors_2.13" % "1.0.0"
libraryDependencies += "com.github.suprnation" % "cats-actors" % "1.0.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be

libraryDependencies += "com.github.suprnation" %% "cats-actors" % "1.0.2"

(Experienced Scala devs wouldn't even blink at it, but relative newbies often stumble on this sort of thing, so I'm sensitive to it.)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree. Will fix this shortly.

PetrosPapapa referenced this pull request in PetrosPapapa/cats-actors Aug 21, 2024
Added tests for DeathWatch watch. Fixed issue with reference actor in watcher tracker and removed override of watch/unwatch in ActorCell to let the DeathWatch handle it.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants