python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Substream Source(EntitySource) cannot be materialized more than once
I'am trying to implement file upload functionality in my application using Akka HTTP. I am using Akka version 2.5.32 and Scala version 2.11.12. I write a simple code with directive storeUploadedFile, ...
hungryangry
Votes: 0
Answers: 0
AKKA.NET Problems when multiple child actors tell a message to their parent
I'm trying to create a gerarchy of actors like this:
public class Actor1 : UntypedActor
{
private int _numberOfChildActive;
protected override void OnReceive(object message)
...
giancasveva
Votes: 0
Answers: 0
can we have a default parameter in java akka http?
like below code
post(() -> route(
pathPrefix("scheduleStatus", () ->
path("send", () ->
...
LizzyMM
Votes: 0
Answers: 1
How to use https in play framework?
when I use https in play framework it shows like this
WARN akka.actor.ActorSystemImpl akka.actor.ActorSystemImpl(play-dev-mode) Illegal request, responding with status '400 Bad Request': Unsupported ...
Vasanth Vel
Votes: 0
Answers: 1