标签: scala websocket
以下是启动支持http4s中的websockets的Blaze服务器的示例代码:
https://github.com/http4s/http4s/blob/master/examples/blaze/src/main/scala/com/example/http4s/blaze/BlazeWebSocketExample.scala#L53
与不需要websocket支持的情况完全不同:
https://github.com/http4s/http4s/blob/master/examples/blaze/src/main/scala/com/example/http4s/blaze/BlazeExample.scala#L8
为什么会这样?是否可以在withWebsocketSupport上添加BlazeBuilder?
withWebsocketSupport
BlazeBuilder
我的意思是,如果API可以改进,这很棒,但我试图理解websocket支持如何适应图片,因为我在使我的Web服务器(支持websockets)正常运行时遇到问题