Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

cleaned up ChatClient / ChatServer sample #6824

Merged
merged 2 commits into from
Jul 7, 2023

Conversation

Aaronontheweb
Copy link
Member

Changes

  • removed mutable state on messages
  • migrated to using record types for all messages
  • await on ActorSystem termination
  • cleaned up styles and formatting

* removed mutable state on messages
* migrated to using record types for all messages
* `await` on `ActorSystem` termination
* cleaned up styles and formatting
@Aaronontheweb Aaronontheweb added the samples Akka.NET code samples label Jul 7, 2023
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) July 7, 2023 07:31
@Aaronontheweb Aaronontheweb merged commit 68e0d78 into akkadotnet:dev Jul 7, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
samples Akka.NET code samples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant