-
-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During integration of Spring Boot bean of BroadcasterFactory creating without applying configuration #2520
Comments
@ViacheslavBondarchuk Please generate a test case I can use to reproduce the issue, and I will work on it ASAP. Thanks |
@jfarcand What me need to do exactly? |
Yes that would be perfect |
OK, I will add test a little bit later |
@jfarcand |
Discussed in #2519
Originally posted by viacheslavbondarchukk November 9, 2024
Hi, I am trying to integrate the Atmosphere Framework with Srping Boot, all work as well.
But bean of BroadcasterFactory is creating before initialization of SpirngAtmosphereServlet and AtmosphereFramework.
This leads to ignor passed configuration in SringAthomsphereContex for bean BroadcasterFactory.
Am I doing something wrong?
I followed this tutorial:
https://github.com/Atmosphere/atmosphere/wiki/Configuring-Atmosphere-as-a-Spring-Bean
Code:
@configuration
public class AtmosphereAutoConfiguration {
}
The text was updated successfully, but these errors were encountered: