CeeRo
CeeRo

Reputation: 1152

RemObjects: How do I set aRetry in clientChannelNeedsLogin on Android?

As the title says, how do I set aRetry in clientChannelNeedsLogin on Android?

Upvotes: 0

Views: 77

Answers (1)

antonv
antonv

Reputation: 1225

As posted on remobjects connect:

It is designed that callback method should return TRUE if retry is needed, false otherwise.

But if appears, that there is a bug in the processing of triggerOnLoginNeeded() callback, so that retry not performed even if callback returns true. It is already fixed in latest beta and will be included in upcoming release.

Upvotes: 0

Related Questions