Quote (a_hotter_otter @ Sep 27 2019 12:48pm)
is there anway we can double connect? so even if one half drops the other one is still connected. is this a thing?
or save a map? you said that there are character states that are saved. is there a way to modify slightly so we can "save" at a specfic spot? and maybe auto saves every 15 or 30 minutes?
both of these would be incredible solutions if possible.
thanks for the communication.
That would definitely be a much easier solution than the alternative; caching client data (which is a new game, server AND client).
However, it probably would not help nor fix your disconnect. Typically Cloudflare restarts their proxies on the node level, so if you're connecting through say, Malmo, Sweden, and that node goes through a maintenance restart (dropping all connections), then all of your connections to d2jsp would drop, so it wouldn't matter how many you had open. Likewise, if it's a usual network issue (your WiFi drops, your internet goes out, etc), then well, same thing, all of your connections go out. The only way it'd potentially be useful is if you were logged in from multiple locations, and just happened to somehow get on a different Cloudflare node (assuming it was a CF drop), but that seems like a pretty unlikely thing to make happen.
Hope that makes sense.