Skip to content

Commit 4b61b3b

Browse files
author
심승용
committed
풀리퀘스트 변경 사항 반영
1 parent ee957ec commit 4b61b3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Actors/NotificationActor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public NotificationActor(Notifier notifier)
6161
BecomeStacked(Delaying);
6262
});
6363

64-
Receive<string>(m => notifier.ShowError(m));
64+
Receive<string>(m => notifier.ShowCustomMessage(m, 9));
6565
}
6666

6767
private void Delaying()

ToastNotifier.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
authority-level= 3
1010
}
1111
server{
12-
url = "http://192.168.70.21:7780"
12+
url = "http://192.168.70.23:7780"
1313
}
1414
}
1515

1616
kafka {
1717
topics = ["bluecats.in.alert.opendistro"]
18-
bootstrap-servers = ["192.168.70.21:7710"]
18+
bootstrap-servers = ["192.168.70.23:7710"]
1919
}
2020

2121
akka.kafka.producer {

0 commit comments

Comments
 (0)