Merge ~mpontillo/maas:fix-websocket-race-condition--bug-1802390 into maas:master
Proposed by
Mike Pontillo
Status: | Merged |
---|---|
Approved by: | Mike Pontillo |
Approved revision: | 4ddca9e4b28c12709a88784dc35805acf0e4f780 |
Merge reported by: | MAAS Lander |
Merged at revision: | not available |
Proposed branch: | ~mpontillo/maas:fix-websocket-race-condition--bug-1802390 |
Merge into: | maas:master |
Diff against target: |
50 lines (+11/-3) 2 files modified
src/maasserver/websockets/protocol.py (+6/-2) src/maasserver/websockets/tests/test_protocol.py (+5/-1) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Newell Jensen (community) | Approve | ||
MAAS Lander | unittests | Pending | |
Review via email: mp+358527@code.staging.launchpad.net |
Commit message
LP: #1802390 - Fix race condition during websocket reconnect.
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
Looks good code wise. Thanks for catching this!