From 2ea7ffb3abc8c62cfd5235ba4dbcd040f0235d69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Sun, 29 May 2016 12:35:26 +0200 Subject: [PATCH] don't enforce to refresh the token MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I4257210371c4b809e93c174e00677a82c4b196c7 Signed-off-by: José Bollo --- src/afb-context.c | 2 +- test/AFB.html | 2 +- test/AFB.js | 8 +++++++- test/websock.js | 8 +++++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/afb-context.c b/src/afb-context.c index 0492ecbf..ba093c37 100644 --- a/src/afb-context.c +++ b/src/afb-context.c @@ -58,7 +58,7 @@ int afb_context_connect(struct afb_context *context, const char *uuid, const cha init_context(context, session, token); if (created) { context->created = 1; - context->refreshing = 1; + /* context->refreshing = 1; */ } return 0; } diff --git a/test/AFB.html b/test/AFB.html index a1a4bf59..b0832d9a 100644 --- a/test/AFB.html +++ b/test/AFB.html @@ -3,7 +3,7 @@ Test of AFB Echo