We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AtmosphereResourceFactory
1 parent 3a9bf91 commit 4d911b5Copy full SHA for 4d911b5
modules/cpr/src/main/java/org/atmosphere/cpr/AtmosphereFramework.java
@@ -2983,6 +2983,7 @@ public AtmosphereResourceFactory atmosphereFactory() {
2983
}
2984
2985
private AtmosphereFramework configureAtmosphereResourceFactory() {
2986
+ if (arFactory != null) return this;
2987
try {
2988
arFactory = newClassInstance(AtmosphereResourceFactory.class, DefaultAtmosphereResourceFactory.class);
2989
} catch (InstantiationException e) {
0 commit comments