mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-13 07:24:53 +00:00
Fix missing MDC Actor tell on session creation
This commit is contained in:
parent
e0ac823dd6
commit
f81d67f959
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class SessionRouter extends Actor with MDCContextAware {
|
||||||
|
|
||||||
// send the initial message with MDC context (give the session ID to the lower layers)
|
// send the initial message with MDC context (give the session ID to the lower layers)
|
||||||
sessionById{session.id}.startOfPipe !> HelloFriend(sessionById{session.id}.nextOfStart)
|
sessionById{session.id}.startOfPipe !> HelloFriend(sessionById{session.id}.nextOfStart)
|
||||||
sessionById{session.id}.startOfPipe ! RawPacket(msg)
|
sessionById{session.id}.startOfPipe !> RawPacket(msg)
|
||||||
|
|
||||||
MDC.clear()
|
MDC.clear()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue