Open cavapoo2 opened 7 years ago
Seem's like calling
val dbWriter = context.actorOf(
DbWriter.props(databaseUrl),
DbWriter.name(databaseUrl )
)
``
means we have 2 Actors with same name in fileWatchers var.
Please see the book :-) https://www.manning.com/books/akka-in-action
yesh i have the book. Not sure i follow. is it meant to throw exception
No it is not supposed to throw an exception. I'll have a look. (I was referring to the 'any readme file')
ah ok :)
Any readme file for these programs ? This is what i get from running the first program