I have a simple class Message defined as follows
class Message: NSObject{
var sender:BackendlessUser?
var recipient:BackendlessUser?
}
When I try to save the object to the server (async) having set the sender and recipient properties (users) I get this error
com.backendless.util.BackendlessTimeoutException: Could not acquire lock]
On the other hand, when I do not set the two properties, the operation completes successfully.
Please let me know how to resolve this issue. Thank you in advance.
Regards,
George Ginis
This seems to be an issue a couple of us are getting - I think it’s to do with Backendless at this moment not an issue with your Syntax or anything … Try again in a while I guess!
We had a kind of regression in the last release, it has just been rolled back.
Have your code stopped receiving timeouts now?
I still have timeout errors with intermittent periods where it’s working well.
It is very unstable again
Hi, it should be working fine now, could you please confirm?
This also happened today to a user of mine once
Timeouts MAY happen in the Cloud Backendless environment. Managed Backendless is the only option guarantying a “timeout-less” operation.