If there is no EventHandler listener defined and an empty default config is used then the default listener is now added and used
This commit is contained in:
parent
10ecd8541c
commit
7eaecf96bb
2 changed files with 8 additions and 4 deletions
|
|
@ -56,7 +56,7 @@ object Pi extends App {
|
|||
// ==================
|
||||
// ===== Worker =====
|
||||
// ==================
|
||||
class Worker() extends Actor {
|
||||
class Worker extends Actor {
|
||||
// define the work
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue