From 4b40de3a031584d7bda2a5f366e690422c6d6141 Mon Sep 17 00:00:00 2001 From: jfarcand Date: Tue, 20 May 2014 08:35:25 -0400 Subject: [PATCH] Reset the AtmosphereFactory as well --- .../src/main/java/org/atmosphere/cpr/AtmosphereFramework.java | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cpr/src/main/java/org/atmosphere/cpr/AtmosphereFramework.java b/modules/cpr/src/main/java/org/atmosphere/cpr/AtmosphereFramework.java index 201e3d9ce30..b7a1c988264 100644 --- a/modules/cpr/src/main/java/org/atmosphere/cpr/AtmosphereFramework.java +++ b/modules/cpr/src/main/java/org/atmosphere/cpr/AtmosphereFramework.java @@ -1606,6 +1606,7 @@ public AtmosphereFramework resetStates() { interceptors.clear(); broadcasterFactory = null; + arFactory = null; annotationFound = false; return this; }