dss icon indicating copy to clipboard operation
dss copied to clipboard

[BUG]The rest request was sent before the handler was ready

Open ztkmkoo opened this issue 4 years ago • 1 comments

According to #87, If sending lots request, it seems netty push the io event to io.github.ztkmkoo.dss.core.network.rest.handler.DssRestHandler before the ActorContext<DssRestChannelHandlerCommand> is ready.

If context is null, send back 500 error response to client. (i think..)

If you have a better way, please give me some advices.

ztkmkoo avatar Aug 07 '20 16:08 ztkmkoo

@ParkSale

ztkmkoo avatar Aug 07 '20 16:08 ztkmkoo