This implemented heartbeats, setting a timing out after 3 seconds and sending a heartbeat every 3 seconds.
Depends on D10874
Paths
| Differential D10875 Authored by will on Jan 29 2024, 4:13 PM.
Details Summary This implemented heartbeats, setting a timing out after 3 seconds and sending a heartbeat every 3 seconds. Depends on D10874 Test Plan Tested on local dev. Without sending a heartbeat or search query at least every 3 seconds, the websocket connection will automatically close. The client also receives a heartbeat every 3 seconds as well.
Diff Detail
Event Timelinewill held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptJan 29 2024, 4:13 PM2024-01-29 16:13:05 (UTC-8) will retitled this revision from [services] Implement Heartbeats on identity search ws server to [services] [8/n] Implement Heartbeats on identity search ws server.Jan 29 2024, 4:17 PM2024-01-29 16:17:28 (UTC-8) will added a parent revision: D10874: [identity] [7/n] Replaces sending messages with `send_message` function. Harbormaster completed remote builds in B26292: Diff 36332.Jan 29 2024, 4:32 PM2024-01-29 16:32:28 (UTC-8) will retitled this revision from [services] [8/n] Implement Heartbeats on identity search ws server to [identity] [8/n] Implement Heartbeats on identity search ws server.Jan 30 2024, 11:07 AM2024-01-30 11:07:50 (UTC-8) Comment Actions
Looks like this test plan message has been cut This revision is now accepted and ready to land.Jan 31 2024, 12:14 PM2024-01-31 12:14:08 (UTC-8) Harbormaster completed remote builds in B26382: Diff 36477.Jan 31 2024, 2:25 PM2024-01-31 14:25:10 (UTC-8) Closed by commit rCOMM563b6202403e: [identity] [8/n] Implement Heartbeats on identity search ws server (authored by will). · Explain WhyJan 31 2024, 2:52 PM2024-01-31 14:52:11 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 36491 services/identity/src/constants.rs
services/identity/src/websockets/mod.rs
|