nicolaViola / slotmachine

1 stars 0 forks source link

Multi threading #1

Open avurro opened 7 years ago

avurro commented 7 years ago

The implementation provides a machine for all players? If not the code should be reviewed. Just add the annotation:

@Scope(value="session", proxyMode = ScopedProxyMode.TARGET_CLASS))

under @Component in Machine.java to obtain the desired effect: a slotmachine per player.

For more info: useful link

nicolaViola commented 7 years ago

Brilliant! I will fix it as soon as possible.