ios-personmd-notifications md-help-circle

Profile

  • Guest
    medal 0
  • Posts: 21
  • Post Likes: 3765

Notifications

  • No Unread Notifications

Solved
After losing the server connection, the driver keeps using the boost

ios-checkmark-circle
This thread is closed because it is solved.
angle-double-left ios-arrow-back 1 ios-arrow-forward angle-double-right
md-lock This topic has been closed by the moderator
medal 5042
128 days ago
What did you try to do?
I tried to use boost

What happened instead?
I lost the connection to the server at the time the boost button was pressed, and when reconnected back after few seconds, the driver has already used all the avilable boost.

Did the problem happen while using wi-fi, mobile data, or both?
Wi-fi

Did the bug happen in the app, on PC, or both?
PC

What operating system is your PC?
Win 11

Which browser did you experience the problem in?
PC game

Can the bug be reproduced?
Yes

Additional comments:
md-quotelink
medal 5246 Super Mod
128 days ago
If you lose connection while sending a boost signal to the game, unfortunately that signal will remain until your connection is recognised as terminated, or re-established.

It's unfortunate timing but it I don't think it can be viewed as a bug, this behaviour I think is quite common for signal / connection loss (maintain previous input until connection confirmed as lost)
md-quotelink
medal 5042
128 days ago (Last edited by Anakin Skywalker 128 days ago)
While it might be common for other games, I personally believe it is not the best approach when handling the signal stale/loss cases, especially if the user input here is quite limited with several interactions.

I think the game client should preserve the inputs of the user in some temporary buffers in this case, and send them only when the connection is online. The server side, on its side, should not make "let's hope the client will reconnect soon and until then perform the last action" assumptions/actions.
md-quotelink
medal 5246 Super Mod
128 days ago
I'm afraid you are beyond my knowledge of what is technically possible / not possible there, so I can't comment on your proposals feasibility, sounds nice though, would it introduce a delay in response time though?

However it is not a bug, it is a consequence of losing your connection while boosting.
md-quotelink
medal 5042
128 days ago
I am not familiar with the implementation of the game, but I do not see how the delay would be introduced.

Regarding the bug. An issue in program does not necessarily mean it is a bug. It could be an unoptimized part, it could be bad approach to things, which, it seems like, is the case here.

So, to conclude in one sentence:
Is it the most convenient and cheapest approach? Maybe, depending on the implementation.
Is it the best and most reliable approach? I do not think so.
md-quotelink
medal 6083 Community Manager
128 days ago
Anakin
While it might be common for other games, I personally believe it is not the best approach when handling the signal stale/loss cases, especially if the user input here is quite limited with several interactions.

I think the game client should preserve the inputs of the user in some temporary buffers in this case, and send them only when the connection is online. The server side, on its side, should not make "let's hope the client will reconnect soon and until then perform the last action" assumptions/actions.

Hey Anakin,

The server does not assume so. The server keeps getting the input of boost button pressed. The only alternative to make this doable and satisfy your request is to make 1% of boost usage per every tap/click, I'm sure other managers would find this unpleasant or unnecessary, even more during a boost war.

I move to the right subforum since this is not a bug.
md-quotelink
medal 5042
128 days ago
Hi Jose,

It seems like you did not completely get what I was trying to say.
Why does the server keep getting the input button command, if there is a connection issue? How is that possible? The previous aswer seemed more reasonable for me, because it stated that the server remembers the last input and keeps doing it until the connection comes back.

And If the alternative way to implement it you said is the only one(I highly doubt about that), then there's a clear issue with the game, which is a big but rare one, and I understand why you would not investigate it.
md-quotelink
medal 6083 Community Manager
127 days ago
Hey Anakin,

The server is not aware of that issue because the device doesn’t send that signal, it can’t send it because the signal is lost from the device.

I understand your frustration but it has nothing to do with our system, your device did lose the connection, not our server. I can only ask you to find a better and more responsive network!
md-quotelink
md-lock This topic has been closed by the moderator
angle-double-left ios-arrow-back 1 ios-arrow-forward angle-double-right

You must be logged in to post a reply.