-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RTC-512 Add Room.State module and peer disconnected timeout (#178)
* Add Room.State module * WiP * OpenApi changes * Fix test * Update type * Fix type of peer * Send RoomDeleted after peerlessPurge * Fix tests * Update lib/jellyfish_web/api_spec/room.ex Co-authored-by: Przemysław Rożnawski <[email protected]> * Move Event.broadcast_server_notification to State module and telemetry.execute * Update openapi spec * Add logs in peer_socket.ex * Add peer_id metadata in logger --------- Co-authored-by: Przemysław Rożnawski <[email protected]>
- Loading branch information
Showing
14 changed files
with
818 additions
and
383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.lexical/* | ||
compile_commands.json | ||
.gdb_history | ||
bundlex.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.