Page MenuHomePhabricator

[lib][native] Stop persisting connection
ClosedPublic

Authored by inka on Aug 30 2023, 3:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 30, 2:50 PM
Unknown Object (File)
Tue, Jun 25, 9:34 AM
Unknown Object (File)
Tue, Jun 25, 9:34 AM
Unknown Object (File)
Tue, Jun 25, 9:34 AM
Unknown Object (File)
Tue, Jun 25, 9:30 AM
Unknown Object (File)
Mon, Jun 24, 9:53 AM
Unknown Object (File)
Sat, Jun 22, 1:34 PM
Unknown Object (File)
Wed, Jun 19, 7:14 PM
Subscribers

Details

Summary

issue: https://linear.app/comm/issue/ENG-4460/refactor-connection-field
After D9018 there is no need to persist connection field, since we change it back to the default value on rehydrate action anyway. Now we won't be persisting it, so we also won't have the
need to be changing it on rehydrate action.

Test Plan

Checked that connection is not getting rehydrated, chceked that after @@INIT action the state of connection is equal to the dafault value.
Checked that the sub state for key connection` modified, skipping.` warning is gone

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable