Skip to content

Commit

Permalink
Add extensive KDoc comments and refactor minor code components
Browse files Browse the repository at this point in the history
Enhanced documentation with detailed KDoc comments for better code understanding and maintainability. Refactored parts of the MicroBankClient and actor registry classes to increase concurrency and fixed minor logical issues. Also updated the project version from 0.12.0 to 0.13.0 to mark these improvements.
  • Loading branch information
smyrgeorge committed Oct 14, 2024
1 parent 99e4928 commit fb044a2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class ClusterImpl(
suspend fun msg(message: Envelope): Envelope.Response {
val target = nodeOf(message.shard)
return if (target.dc == conf.alias) {
println("NOOOOOOOOOOOO")
// Shortcut in case we need to send a message to self (same node).
grpcService.request(message)
} else {
Expand Down

0 comments on commit fb044a2

Please sign in to comment.