cleanup
This commit is contained in:
parent
0be8773e4c
commit
09ca742e01
@ -159,16 +159,6 @@ class BigBlueButtonActor(
|
|||||||
}
|
}
|
||||||
|
|
||||||
private def handleGetAllMeetingsReqMsg(msg: GetAllMeetingsReqMsg): Unit = {
|
private def handleGetAllMeetingsReqMsg(msg: GetAllMeetingsReqMsg): Unit = {
|
||||||
log.info("________________________________________")
|
|
||||||
log.info("________________________________________")
|
|
||||||
log.info("________________________________________" + msg.body.html5InstanceId)
|
|
||||||
log.info("________________________________________")
|
|
||||||
log.info("________________________________________")
|
|
||||||
log.info("________________________________________")
|
|
||||||
RunningMeetings.meetings(meetings).foreach(m => {
|
|
||||||
log.info("______________________________________aa__" + m.props.systemProps.html5InstanceId)
|
|
||||||
})
|
|
||||||
log.info("________________________________________")
|
|
||||||
RunningMeetings.meetings(meetings).filter(_.props.systemProps.html5InstanceId == msg.body.html5InstanceId).foreach(m => {
|
RunningMeetings.meetings(meetings).filter(_.props.systemProps.html5InstanceId == msg.body.html5InstanceId).foreach(m => {
|
||||||
m.actorRef ! msg
|
m.actorRef ! msg
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user