-
Notifications
You must be signed in to change notification settings - Fork 150
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
@Timeable(limit = 1, unit = TimeUnit.SECONDS) not working as expected #249
Comments
@yegor256 please, pay attention to this issue |
@santoshkumar-soma you should not forget about weaving: http://aspects.jcabi.com/example-weaving.html |
Hi , Its not working
|
Experiencing same issue, anyone found a solution? I have tried adding the jcabi-maven-plugin as well. |
@gbham Can you provide a small reproducible it case familiar to https://github.com/jcabi/jcabi-aspects/tree/master/src/it/loggable to confirm this bug on the current master? |
I have long lost interest in using this method for timeouts. |
I have tried to use this annotation with my java method but it not timinout.
Please find the below java method .
Note: I am using below maven dependancy.
The text was updated successfully, but these errors were encountered: