音が流れない場合、再生を一時停止してもう一度再生してみて下さい。
ツール 
画像
Code With Ryan
341288回再生
Don't Use Websockets (Until You Try This…)

Using websockets increases the code and infrastructure complexity of your app, especially as you scale horizontally. Depending on your needs, you may be able to use Server Sent Events (SSE) instead. Server Sent Events is more efficient than polling, but simple to implement on both the backend and frontend.

コメント