Activity
chore: darft change for AE
chore: darft change for AE
Pull request merge
Don't call cleanupConnection
.
Don't call
cleanupConnection
.Inline socketError
function.
Inline
socketError
function.Clean up socketError
function.
Clean up
socketError
function.Clear loginError
eagerly.
Clear
loginError
eagerly.Simplify code a bit.
Simplify code a bit.
Cleanup wrapWithTls
.
Cleanup
wrapWithTls
.Convert wrapWithTls
to async
/await
.
Convert
wrapWithTls
to async
/await
.Do not wrap errors from signal abort.
Do not wrap errors from signal abort.
Remove enter
function from CONNECTING
state.
Remove
enter
function from CONNECTING
state.Fix test cases being too specific.
Fix test cases being too specific.
Force push
on Sep 15, 2024
Fix test cases being too specific.
Fix test cases being too specific.
Force push
on Sep 15, 2024
Fix test cases being too specific.
Fix test cases being too specific.
on Sep 15, 2024
Wrap socket errors.
Wrap socket errors.
on Sep 14, 2024
Add some log output.
Add some log output.
on Sep 14, 2024
Clean up socket error handling during connection establishment.
Clean up socket error handling during connection establishment.
on Sep 14, 2024
Remove connectTimeout
handlers in state definition.
Remove
connectTimeout
handlers in state definition.on Sep 12, 2024
Remove connectTimer from Connection.
Remove connectTimer from Connection.
Force push
on Sep 12, 2024
Remove connectTimer from Connection.
Remove connectTimer from Connection.
on Sep 12, 2024
Add preliminary signal handling to all connect steps.
Add preliminary signal handling to all connect steps.
on Sep 12, 2024
Move connectTimer cleanup.
Move connectTimer cleanup.
on Sep 12, 2024
Centralise error handling.
Centralise error handling.
on Sep 12, 2024
Further cleanup of connecting states and error handling.
Further cleanup of connecting states and error handling.
Remove the loginError
property from Connection
, move it into `Log…
Remove the
loginError
property from Connection
, move it into `Log…Refactor connecting state logic into proper methods.
Refactor connecting state logic into proper methods.