synchronized (gameService)
và synchronized (room)
. Anh giải thích giúp em vì sao có warnings này được không ạ?
synchronized (gameService)
và synchronized (room)
. Anh giải thích giúp em vì sao có warnings này được không ạ?
synchronized
với non-final field. Mà cái gameService
của mình là non-final, anh giải thích chỗ này được không ạ?
https://stackoverflow.com/questions/6910807/synchronization-of-non-final-field/21462631