Dear all,
I would like your expertise and mainly your help, now that i was wrapping up the grid i am facing a critical error.
I have set a grid with websocket connection using stomp client library (set up is same as https://bryntum.com/products/scheduler/examples/websockets/).
1) i have a popup to perform updates to the records
2) i can create new records on grid level > with autoCommit to false > a batch save all the records.
On 1) The moment the grid has more than 15 rows so 16 and more > when i open the popup to perform an update > the moment the code is about to send the data over stomp > its like the websocket connection has been lost.
- I would like to point here that if the grid is completely empty > and i create up to 29 rows with method 2) > then the popup update works as expected > if i reload the page and the grid loads with 29 rows then the popup updates again fails with same behaviour > websocket connection lost.
on 2) if i create up to 29 records everything works perfectly > the moment i try to add 30 rows at once > the same behaviour occurs > its like the websocket connection has been lost.
The only reason i am sending you this message > is due to the think that the problem only happens specifically at 15 +1 rows and 29 respectivly.
- i have 100% same web socket implementation > with scheduler & grid (chainedStore)> which uses the same popup and it works as expected. The issue is specifically to the grid only.
Do you have any idea/impression what might causing this unexpected behaviour ?
Thanks a lot in advance your effort helping me.