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.
私のサーバーはスプレー缶を使用して書かれています。receive 関数内で、タイムアウト メッセージを次のように処理するとします。
case Timedout( HttpRequest(m,u,_,_,_)) => sender ! HttpResponse( status = 500, entity = s"can't process $u request timedout" )
スプレー缶自体が 504 エラーで応答する可能性はありますか?