Skip to content

Fixed bug: page renders blank#315

Open
sun33170161 wants to merge 1 commit intoplay2war:308_play_2.5from
sun33170161:develop-2.5.x
Open

Fixed bug: page renders blank#315
sun33170161 wants to merge 1 commit intoplay2war:308_play_2.5from
sun33170161:develop-2.5.x

Conversation

@sun33170161
Copy link

Page renders nothing.

addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0") No newline at end of file
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please remove this plugin from the project code?
For info, you can add it into ~/.sbt/0.13/plugins/sbteclipse.sbt for example.

activator war

```

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove this file?
Maybe you can copy those instructions into #308?

val flow = body.dataStream.map { f ⇒
getHttpResponse().getRichOutputStream.foreach { os ⇒
os.write(f.asByteBuffer.array())
os.write(f.toArray)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

strange that the ByteBuffer does not work...
👍 for fixing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants