Guillaume BADIN

Results 8 comments of Guillaume BADIN

I install new node : v8.9.4 But I have always a compilation problem : ```BASH > [email protected] install /home/pi/clever-tools/node_modules/clever-client/node_modules/node-expat > node-gyp rebuild make: Entering directory '/home/pi/clever-tools/node_modules/clever-client/node_modules/node-expat/build' CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlparse.o ../deps/libexpat/lib/xmlparse.c: In...

Ok, i will try it when I have been on my home.

@fehguy My play project is 2.3 so it is impossible :-( . Thank you for your response.

It seems we have performance problème since play 2.8.19 with Play Streams (Akka Streams ?). ```scala success => success.warnings foreach { w => logger.warn(s"$context Warning: ") } val a: Source[ByteString,...

@mohittt8 did you fix your issue by downgrading play or Akka version ?