red5 bbb apps compile issue
- fix compile issue on bbb-apps-common as a result of adding a timestamp field on the header.
This commit is contained in:
parent
24adb09712
commit
a86e7212b3
2
bbb-apps-common/src/main/scala/org/bigbluebutton/client/meeting/UserActor.scala
Normal file → Executable file
2
bbb-apps-common/src/main/scala/org/bigbluebutton/client/meeting/UserActor.scala
Normal file → Executable file
@ -128,7 +128,7 @@ class UserActor(
|
||||
val msgClient = msgFromClient.copy(header = newHeader)
|
||||
|
||||
val routing = Routing.addMsgFromClientRouting(msgClient.header.meetingId, msgClient.header.userId)
|
||||
val envelope = new BbbCoreEnvelope(msgClient.header.name, routing)
|
||||
val envelope = new BbbCoreEnvelope(msgClient.header.name, routing, System.currentTimeMillis())
|
||||
|
||||
if (msgClient.header.name == "ClientToServerLatencyTracerMsg") {
|
||||
log.info("-- trace -- " + msg.json)
|
||||
|
Loading…
Reference in New Issue
Block a user