mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 05:16:11 +02:00
♻️ Refactor internal websocket connection stage management
This commit is contained in:
parent
7dcd362abd
commit
8fae7f7aa6
4 changed files with 97 additions and 78 deletions
|
@ -89,7 +89,7 @@
|
|||
[id]
|
||||
(when-let [wsp (get @state id)]
|
||||
{:id id
|
||||
:created-at (dt/instant id)
|
||||
:created-at (::created-at @wsp)
|
||||
:profile-id (::profile-id @wsp)
|
||||
:session-id (::session-id @wsp)
|
||||
:user-agent (::ws/user-agent @wsp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue