issues
search
camuschat
/
camus
Peer-to-peer group video chat using WebRTC, Python, and TypeScript
GNU Affero General Public License v3.0
152
stars
44
forks
source link
Fix database transaction bugs
#51
Closed
mrgnr
closed
3 years ago
mrgnr
commented
3 years ago
On receiving a 'bye' message, don't delete the client object before accessing its properties.
Rollback the database session if an exception occurs during a commit.
Fixes
https://github.com/camuschat/camus/issues/47
Fixes https://github.com/camuschat/camus/issues/47