fifa-api icon indicating copy to clipboard operation
fifa-api copied to clipboard

Game sessions will not be shared through Redis

Open ApplY3D opened this issue 3 years ago • 0 comments

https://github.com/sauravhiremath/fifa-api/blob/e01079ac993f94f33589c7753bebb6e61ee592e6/src/socker/roomManager.js#L23

https://github.com/sauravhiremath/fifa-api/blob/e01079ac993f94f33589c7753bebb6e61ee592e6/src/socker/roomManager.js#L58

https://github.com/sauravhiremath/fifa-api/blob/e01079ac993f94f33589c7753bebb6e61ee592e6/src/socker/roomManager.js#L96

Accessing properties like in line 96 will no affect all running socket servers. Values will be available only inside single server :c

ApplY3D avatar Apr 22 '22 12:04 ApplY3D