deepstreamIO / deepstream.io

deepstream.io server
https://deepstreamio.github.io
MIT License
7.13k stars 382 forks source link

Get invalid state transition message when deleting the record #1132

Closed geohuz closed 1 year ago

geohuz commented 1 year ago
invalid state transition.
Details: {"transition":13,"fromState":"DELETING"} 
History: 
    From READY to DELETING via 9
    From SUBSCRIBING to READY via 4
    From LOADING_OFFLINE to SUBSCRIBING via 23
    From - to LOADING_OFFLINE via -
t2.transition @ ds.min.js:2
e2.handle @ ds.min.js:2
t2.handle @ ds.min.js:2
(anonymous) @ ds.min.js:2
t2.onMessages @ ds.min.js:2
l.onmessage @ ds.min.js:2

May be I didn't apply the delete in a correct manner?

jaime-ez commented 1 year ago

you might have a race condition somewhere. if the record was actually deleted, don't worry about that message