Added Hello World example, rephrased some wording, corrected spelling and grammatical errors, completed missing links, and misc other improvements.
This commit is contained in:
parent
2616117476
commit
348ae4b50e
22 changed files with 762 additions and 743 deletions
|
|
@ -52,7 +52,8 @@ class DeviceGroup(groupId: String) extends Actor with ActorLogging {
|
|||
case RequestTrackDevice(groupId, deviceId) =>
|
||||
log.warning(
|
||||
"Ignoring TrackDevice request for {}. This actor is responsible for {}.",
|
||||
groupId, this.groupId)
|
||||
groupId, this.groupId
|
||||
)
|
||||
|
||||
case RequestDeviceList(requestId) =>
|
||||
sender() ! ReplyDeviceList(requestId, deviceIdToActor.keySet)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue