> On May 30, 2024, at 12:53, <[email protected]> > <[email protected]> wrote: > > isFirst is initialized to 'true' when the class is instantiated, so that > piece of code is just executed the first time the execution enters the ' > onWritePossible' method. Later, within the same 'if', 'isFirst' is set to > false, (not shown in the code, sorry)
If you don’t show us all of the code, then it’s rather difficult to answer your question about the implementation being correct. > Perhaps this one client has a slow network, so isReady() returns false in > that environment, but not in other ones. > --> And how can this be solved? The slow network possibility was based on the assumption that isFirst was never cleared, since that’s what you presented. - Chuck --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
