Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    RPCManager requests not getting generated after sometime

    Hi Team,

    I am using :
    SmartClient Version: v11.1p_2017-07-24/PowerEdition Deployment (built 2017-07-24)

    I have listgrid and i am using RPCManager to perform CRUD operations on grid. I notice when i keep updating data in grid continuously, after few requests the update does not happen and the cell remains blue. I checked the RPC console and noticed, that the call for which the update did not occur does not exist there. Also, no error is displayed in browser console.

    Hard to produce a test case, since this is intermittent. Please help

    Regards,
    Swati

    #2
    Start with basic troubleshooting, using logging or a debugger:

    1. you are trying to update the grid continuously, presumably using timers or some other mechanism. Are your timers firing at all?

    2. does execution stop before, during or after calls into the framework?

    3. if execution stops somewhere in framework code, enable logs to see how far execution gets

    Also try the same scenario in multiple browsers. If there's some kind of silent failure that one browser doesn't report, another may report it clearly.

    Comment

    Working...
    X