Test if it will ignore previous cache
This commit is contained in:
parent
bee0fdecb0
commit
7abd79c8c5
@ -106,7 +106,6 @@ class BigBlueButtonActor(
|
|||||||
}
|
}
|
||||||
|
|
||||||
def handleCreateMeetingReqMsg(msg: CreateMeetingReqMsg): Unit = {
|
def handleCreateMeetingReqMsg(msg: CreateMeetingReqMsg): Unit = {
|
||||||
//test
|
|
||||||
log.debug("RECEIVED CreateMeetingReqMsg msg {}", msg)
|
log.debug("RECEIVED CreateMeetingReqMsg msg {}", msg)
|
||||||
|
|
||||||
RunningMeetings.findWithId(meetings, msg.body.props.meetingProp.intId) match {
|
RunningMeetings.findWithId(meetings, msg.body.props.meetingProp.intId) match {
|
||||||
|
Loading…
Reference in New Issue
Block a user