Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的服务器是使用喷雾罐编写的。假设在接收函数中我处理超时消息是这样的:
case Timedout( HttpRequest(m,u,_,_,_)) => sender ! HttpResponse( status = 500, entity = s"can't process $u request timedout" )
喷雾罐本身是否有可能响应 504 错误?