Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/service roam r1 #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Feature/service roam r1 #13

wants to merge 2 commits into from

Conversation

cecemel
Copy link
Member

@cecemel cecemel commented Oct 21, 2022

No description provided.

madnificent and others added 2 commits April 12, 2021 12:54
This is a PoC showing how the mu-call-scope-id could work.  It has an
extra header available to you and it's positioned in the body too.
feature/master-and-service-roam

Fixed Conflicts:
  lib/delta/delta.ex

```
++<<<<<<< HEAD
 +    mu_call_scope_id = Plug.Conn.get_req_header(conn, "mu-call-scope-id")
++=======
+     mu_session_id =
+       Plug.Conn.get_req_header(conn, "mu-session-id")
++>>>>>>> mu-semtech/master

      delta
 -    |> Delta.Message.construct(authorization_groups, origin)
 +    |> Delta.Message.construct(authorization_groups, origin, mu_call_scope_id)
      |> Logging.EnvLog.inspect(:log_delta_messages, label: "Constructed body for clients")
++<<<<<<< HEAD
 +    |> Delta.Messenger.inform_clients(mu_call_id_trail: mu_call_id_trail, mu_call_scope_id: mu_call_scope_id)
++=======
+     |> Delta.Messenger.inform_clients(mu_call_id_trail: mu_call_id_trail, mu_session_id: mu_session_id)
++>>>>>>> mu-semtech/master
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants