Skip to content

Commit

Permalink
Correcting bug on Memberleft source
Browse files Browse the repository at this point in the history
closes #990
  • Loading branch information
ngaud committed Mar 13, 2020
1 parent d1cf1a8 commit 272840f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -283,7 +283,7 @@ class ContextMemberEventEmitter implements ExternalContextMemberListener {
contextID
)]
val defSpace = leftContext.defaultSpace
val source = new Address(leftContextSpaceId, leftContext.ID)
val source = new Address(leftContextSpaceId, leftMemberID)
// The first parameter is null because the event has an address.
defSpace.emit(null, new MemberLeft(source, leftMemberID, agentType)) [
it.UUID != leftMemberID
Expand Down

0 comments on commit 272840f

Please sign in to comment.