Gary Casey
Gary Casey
### Describe the bug If a client receives a notification where isEncrypted is explicitly false, it nonetheless continues to treat it as though isEncrypted were true ### Steps to reproduce...
**- What I did** fix: respect isEncrypted:false if supplied in notify: command, and ensure the correct value is always transmitted onwards Addresses at_server parts of #1944 **- How I did...
### Describe the bug When tests are failing in the test step of the functional_tests_at_onboarding_cli job defined in at_libraries.yaml, the overall job does not fail and so the test failures...
### Is your feature request related to a problem? Please describe. `atKeys` files are not encrypted, thus they need careful management; I'd like it not to be a security problem...
**- What I did** Add a deliberately failing test to help with #586 **- How I did it** **- How to verify it**
**- What I did** fix: fix race condition occurring in the daemon-side multi srv when connections are being made within the same very short time period (microS to low milliS)...
### Is your feature request related to a problem? Please describe. Sometimes users may not want to use encrypted sockets - perhaps for example they are using a protocol which...
**- What I did** test: test against trunk version of at_client as of 240611 **- How I did it** dependency override for at_client **- How to verify it** tests pass
### Is your feature request related to a problem? Please describe. e2e tests are typically now taking more than 5 minutes ### Describe the solution you'd like Would like test...
**- What I did** - Fixes #1331 - ensure npt rejects malformed atSign args **- How I did it** - added atSign parameter checking to NptParams constructor - Note: did...