-
-
Notifications
You must be signed in to change notification settings - Fork 750
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
changed the title
During the spring boot integration bean of BroadcastFactory creates without applying configuration
During integration of Spring Boot bean of BroadcastFactory creating without applying configuration
Nov 10, 2024
ViacheslavBondarchuk
changed the title
During integration of Spring Boot bean of BroadcastFactory creating without applying configuration
During integration of Spring Boot bean of BroadcasterFactory creating without applying configuration
Nov 10, 2024
@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 I can not push my branch with test case. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: