Fix WebRTC mux issues.

This commit is contained in:
Miroslav Šedivý
2022-12-13 23:40:22 +01:00
parent c8c39b0f83
commit bd73dfae9d
2 changed files with 14 additions and 7 deletions

View File

@ -2,6 +2,9 @@
## master branch
### Bugs
- Fixed TCP mux occasional freeze by adding write buffer to it.
## [n.eko v2.7](https://github.com/m1k1o/neko/releases/tag/v2.7)
### New Features