Skip to content

Commit

Permalink
Release 1 7 3 (#1473)
Browse files Browse the repository at this point in the history
* recreate signaling client & lws_context whenever a significant error has occurred

* Clang format

* More verbose and debug logging for ice & turn

* Clang formatting

* travis be gone

* add github-actions

* more clang formatting

* more clang formatting

* address sanitizer

* fix clang-format

* fix client.c clang-format

Co-authored-by: Niyati Maheshwari <niyatim23@gmail.com>
  • Loading branch information
jdelapla and niyatim23 authored May 19, 2022
1 parent 2dff44f commit ced19d0
Show file tree
Hide file tree
Showing 30 changed files with 668 additions and 467 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
labels: bug,needs-triage
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/questions-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Questions/Help
about: Describe this issue template's purpose here.
title: "[QUESTION]"
labels: question
labels: question,needs-triage
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/build_windows.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat" amd64
mkdir build
cd build
cmd.exe /c cmake -G "NMake Makefiles" ..
Expand Down
Binary file removed .github/github_deploy_key.enc
Binary file not shown.
Loading

0 comments on commit ced19d0

Please sign in to comment.