phenax / plasmajs

An isomorphic nodeJS framework based on react
Apache License 2.0
134 stars 12 forks source link

Middleware onRequest method is executed even if the middleware before it terminates rendering #10

Open phenax opened 6 years ago

phenax commented 6 years ago

The middleware onRequest method is called in the middleware constructor. It should instead be called inside the Server component.

thibaultboursier commented 6 years ago

Hi @phenax , can i take this issue ?

phenax commented 6 years ago

@thibaultboursier Sure.