Ian
01/11/2017, 3:25 AMWebSockets do not have a great reputation for staying reliably open especially with clients on mobile phones moving about. By moving away from the request/response AJAX model (which apollo client) uses we open ourselves up to comms problems in our clients that will be hard to diagnose and/or fix. How robust can the kweb client/server websocket channel be made? Does it have to be websockets? Can we have fallback to other comms methods?