Skip to content

Commit

Permalink
fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsannm committed Jan 15, 2024
1 parent 45fa3b3 commit 8c2d233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kit/bridge_south.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func (sb *southBridge) OnMessage(data []byte) error {
originID: carrier.OriginID,
sessionID: carrier.SessionID,
serverID: sb.id,
kv: map[string]string{},
}
ctx := sb.acquireCtx(conn)
ctx.wf = sb.writeFunc
Expand Down

0 comments on commit 8c2d233

Please sign in to comment.