Max Whitehead

Results 98 comments of Max Whitehead

Yeah this is great work - excited to play with it more. Once we get this in bones can deploy another matchmaker and switch jumpy over and see how things...

I tried testing this with a docker imagine running on my same machine as clients, and found there is high latency and spam of this: ``` 2024-05-16T03:58:55.046961Z INFO poll_send{me=juiy6aqwnxrhan5j}:get_send_addrs{node=g3vsalpcnyeyqk6m}: iroh_net::magicsock::node_map::node_state:...

In case it's helpful for anyone got a tiny server running matchmaker (as of commit `e075fc6a`, in Texas, USA) can use for testing. node id: `37zobpkk3vyheqonfph55vh5p5w5wn2ipx6qixcffkfox4gdzpsq`

I'll try adjusting the container's network mode on local / remote deployments and see if that helps. I'll also test matchmaker running locally without a container. (Problem doesn't have to...

Updating the remote mm server container to run with host networking (`docker run -p 8943:8943/udp --network host matchmaker-iroh`) did not resolve the issue with two clients on same host. It...

@dignifiedquire re: >browser, will likely have to be in some form of disabling this when running in wasm (for now) Not sure if you are tracking this but we do...

It seems likely this is timeout related - I found can reproduce by pausing the game on one client before round transition. Need to make network interrupts recoverable - or...

Disconnects in game should now notify player instead of just hanging. Net debug window (once update bones version) should show synchronization status / if any players are disconnected, so if...

Updated issue - can repro on steam builds, not local workspace issue. Seems CID may be getting computed differently on windows? Or maybe some difference in files that impacts how...

Have not managed to get my windows box setup yet, but adding a feature flag to bones to trace + log Cid updates from asset meta + contents + dependencies,...