-
Running play with the jdk 16 crash when request hit an enpoint using assets with the following error :
```
java.lang.IllegalAccessError: class play.utils.Resources$ (in unnamed module @0x36174d32…
-
I have seen this issue happening on two servers. When the HTML5 client load it hangs on, we only see the three dots.
-
### Versions used
Akka version: 2.6.14
Akka http version: 10.1.11
Alpakka BigQuery Version: 3.0.2
### Expected Behavior
I'm trying to insert data into a test table:
```
val sourc…
-
Reproducer using akka streams
```scala
val publisher = client.publisher(
searchWithType(index).matchAllQuery().keepAlive(SCROLL_KEEP_ALIVE)
)
Source.fromPublisher(publisher).runWith(Sink.ig…
-
Recently I've tried to upgrade from Akka 2.5 to 2.6 and faced with an issue. I've created snippet to show the problem:
https://gist.github.com/limansky/3ec6c92912b0c156d6b43f8b939deeab
Steps to …
-
# Type of request: This is a ...
[x] bug report
[ ] feature request
# Detailed description
Evaluating the Pro version for work and personal use, I have found that I cannot get localstack to run on …
-
I am using SockJS with Play2.7 & I am seeing OutOfMemeory crashes intermittently. We never experienced this issue with Play2.5.
SockJS router is handled with an actor(WebSocketActor). WebSocketActor …
-
I am seeing this error intermittently in logs, it seems to be happening at close(). I use actor pattern for sockjs websocket handling
`akka.event.slf4j.Slf4jLogger$$anonfun$receive$1 $anonfun$apply…
-
Greetings!
**Java version**: `openjdk version "11.0.11" 2021-04-20 OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)`
**Scala version**: `2.12`
**Akka version**: `2.6.15`
**La…
-
This question has been brought up more than once - should we 'outsource' the low level networking/socket layer of the Orleans stack to a 3rd party library instead of maintaining the code that deals wi…