Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32181827
D14094.1765077962.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
D14094.1765077962.diff
View Options
diff --git a/lib/identity-search/identity-search-context.js b/lib/identity-search/identity-search-context.js
--- a/lib/identity-search/identity-search-context.js
+++ b/lib/identity-search/identity-search-context.js
@@ -203,7 +203,7 @@
const heartbeat: Heartbeat = {
type: identitySearchMessageToServerTypes.HEARTBEAT,
};
- socket.current?.send(JSON.stringify(heartbeat));
+ identitySearchSocket.send(JSON.stringify(heartbeat));
}
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 3:26 AM (14 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5842272
Default Alt Text
D14094.1765077962.diff (491 B)
Attached To
Mode
D14094: [identity] use identitySearchSocket instead of socket.current
Attached
Detach File
Event Timeline
Log In to Comment