Joachim Bauch
Joachim Bauch
@nickvergessen FYI
Currently, the remote server will always create the publishers on their WebRTC infrastructure. It would make sense to do this locally for federated users, so depending on if the user...
### Thank you for submitting a possible bug! Please ensure the following: * Your issue is based on the latest commit yes, b9d119797ddf3171c496629c7b941b89b25f4363 * State your OS and OS version...
Casting between "[]byte" and "string" requires an allocation and copies the underlying data. This is part of what made #997 so slow. For parsing this should be avoided where possible...
### Description Currently locked access to struct members inside a loop over an [iterator](https://pkg.go.dev/iter) is not detected correctly. Example: ```golang package main import ( "strings" "sync" ) type Entries struct...
### How to use GitHub * Please use the π [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...
### How to use GitHub * Please use the π [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...
The server should dynamically adjust the bandwidth limit per publisher depending on to-be-defined conditions, e.g. number of publishers. This would allow using a high bandwidth if a few publishers are...