I think your live query seems working, ‘Socket opened’, ‘ConnectMessage: op:connect…’
I/flutter ( 8004): LiveQuery: : Socket opened
I/flutter ( 8004): LiveQuery: : ConnectMessage: {op: connect, applicationId: appid, sessionToken: r:token}
I/flutter ( 8004): LiveQuery: : Done
yp19
22
No it is disconnecting and retrying, and it is not actually loading any new objects too:
Server log has following messages all the time:
info: Client disconnect: undefined
error: Can not find client undefined on disconnect
yp19
23
@davimacedo Yes, I am using express
Could you test wss connection? Mine not working…
websocket.org Echo Test - Powered by Kaazing
yp19
25
@ParseServerCandir Thanks for the websocket.org link.
I tried, it is working, I have received the clientId from parse livequery server.
yp19
26
So the flutter parse sdk is not recieving clientId it seems. Not sure what is the problem
Which version are you using ‘flutter parse server sdk’?
I’am using this:
parse_server_sdk_flutter: ^2.1.0
yp19
28
I am using:
parse_server_sdk_flutter: ^3.0.0
Although the server side seems to be not working for me.
websocket.org response me:
ERROR: undefined
DISCONNECTED