File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ parts you want to send to the clients based on the current state (use
263263This is the a tiny demo of how it looked like in the team event (just imagine it smoothly happened with 15+ players):
264264
265265<video controls >
266- <source src =" /public/ 03-blacksoup.mp4 " type =" video/mp4 " />
266+ <source src =" /03-blacksoup.mp4 " type =" video/mp4 " />
267267</video >
268268
269269## An example without partyserver
@@ -281,13 +281,13 @@ See the full code: [backend](https://github.com/astahmer/multiplayer-xstate/blob
281281See how it behaves with multiple clients:
282282
283283<video controls >
284- <source src =" /public/ 03-payment-dual-window.mp4 " type =" video/mp4 " />
284+ <source src =" /03-payment-dual-window.mp4 " type =" video/mp4 " />
285285</video >
286286
287287You can see the state updating each second from the Network tab in the video below:
288288
289289<video controls >
290- <source src =" /public/ 03-payment-workflow.mp4 " type =" video/mp4 " />
290+ <source src =" /03-payment-workflow.mp4 " type =" video/mp4 " />
291291</video >
292292
293293Even if I were to restart the server (simulating the DO shutting down), the payment at this url would still show the
You can’t perform that action at this time.
0 commit comments