lila-ws icon indicating copy to clipboard operation
lila-ws copied to clipboard

Lichess' websocket server

Results 9 lila-ws issues
Sort by recently updated
recently updated
newest added

Updates * io.kamon:kamon-core * io.kamon:kamon-influxdb from 2.5.7 to 2.5.8. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...

Updates [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.4.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates [com.github.sbt:sbt-native-packager](https://github.com/sbt/sbt-native-packager) from 1.9.10 to 1.9.11. [GitHub Release Notes](https://github.com/sbt/sbt-native-packager/releases/tag/v1.9.11) - [Changelog](https://github.com/sbt/sbt-native-packager/blob/master/CHANGELOG.md) - [Version Diff](https://github.com/sbt/sbt-native-packager/compare/v1.9.10...v1.9.11) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself....

Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.5.8 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.5.8...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

[lila-ws-setup-error.txt](https://github.com/lichess-org/lila-ws/files/9164518/lila-ws-setup-error.txt)

So when I was trying to get the websockets working for the first time on macos I spent quite a lot of time with reactivemongo errors caused by [this line](https://github.com/ornicar/lila-ws/blob/master/build.sbt#L17)...

help wanted

Updates [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) from 3.1.3 to 3.2.0. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.2.0) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.1.3...3.2.0) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.1.3...release-3.2.0) I'll automatically update this PR to resolve conflicts as long as you don't change it...

Potential exploit: User can inflate frame lag by connecting a second time using a slower internet connection (i.e. a phone or another browser w/ VPN). They can they use an...

frameLag is currently a [weighted running avg](https://github.com/lichess-org/lila-ws/blob/0655581989f88ef427de59d611dd1e1792423519/src/main/scala/Lag.scala#L27-L35) from trusted pongs. This is very reasonable but what happens if a user hits a massive spike? The weighted avg skyrockets and won't...