Neville Franks
Neville Franks
@nponiros ```WebSocketSyncProtocol.js``` requests a ```clientIdentity``` from the server, as does your sample. I'll check that this is received before subscribing etc. and get back to you.
@nponiros Ok from a quick test the client code ```WebSocketSyncProtocol.js``` gets the ```"clientIdentity"``` message and then gets the ```"ack"``` message which process the ```subscribe```. The ```subscribe``` request is sent straight...
@nponiros I am definitely using the socket_server branch. I didn't npm install it, but downloaded the zip file instead and then run it from node.js directly after installing all the...
@nponiros Great and thanks. I'll get the updated master branch, make the change to ```WebSocketSyncProtocol.js``` and let you know how I go.
@nponiros Ok looks great. The problem I was having where the 2nd PC wasn't getting changes on ```subscribe``` is fixed. Many thanks. I assume you've seen the console error: ```error:...
@nponiros You shouldn't do anything in ```on.error``` other than log the error as you are doing. ```on.close``` should definitely remove the subscription. In this scenario the client has to open...
@PsychoLlama Also note that todo's deleted while offline don't sync when back online.
@PsychoLlama @amark I've just got around to testing the latest master release "0.3.9991" and still am seeing much the same issues. 1. Start server on PC 1 2. Open Browser...
@amark I'm not using Gun yet, just an interested bystander at this point. That said I've done a lot of database work including pushing updates out in real time using...
@PsychoLlama Great, look forward to giving it another work-out. FYI I've always been good at breaking things. ;-)