Hi all,
Using cloudKVS in a test app to sync data from 2 Android devices to the cloudKVS server (vanilla B4J app listening on port 51042).
Works fine when the server is my laptop, and the Androids are on the same Wifi network.
But when the server is on my VPS (Ubuntu with JRE installed, running the same server app using nohup), I can use tail to see the requests coming into the server (e.g. additem and getuser), but the getuser does not trigger the NewData event on the Android client - that is, it seems that no data is coming down from the server.
I'm a server/Linux newbie, so any help is much appreciated. Thanks!
Using cloudKVS in a test app to sync data from 2 Android devices to the cloudKVS server (vanilla B4J app listening on port 51042).
Works fine when the server is my laptop, and the Androids are on the same Wifi network.
But when the server is on my VPS (Ubuntu with JRE installed, running the same server app using nohup), I can use tail to see the requests coming into the server (e.g. additem and getuser), but the getuser does not trigger the NewData event on the Android client - that is, it seems that no data is coming down from the server.
I'm a server/Linux newbie, so any help is much appreciated. Thanks!