Dennis Chumba
Dennis Chumba
please check out that issue of versions
you are supposed to sign contracts with mtn On Sat, Jun 25, 2022, 15:29 mkcircles ***@***.***> wrote: > Yes, i have the same issue > > — > Reply to...
But have you tried on iOS , I faced an issue with it On Sat, Jun 8, 2024, 9:45 AM Muh. Fachry J.K. Luid ***@***.***> wrote: > I've just implemented...
Try and let us know On Sat, Jun 8, 2024, 10:35 AM Muh. Fachry J.K. Luid < ***@***.***> wrote: > Now that you mention it, I've only tried it on...
i fixed by creating the schema manually then i exported my Game_loop id and updated and got fixed
> use mydb switched to db mydb > show collections collection users > db.game_loops.insertOne({ round_number: 1, active_player_id_list: [], multiplier_crash: 0, b_betting_phase: false, b_game_phase: false, b_cashout_phase: false, time_now: -1, previous_crashes: [],...
With this new id , update GAME_LOOP constant
const Game_loop = require("./models/game_loop") require('dotenv').config() const GAME_LOOP_ID = 'update here' const { Server } = require('socket.io') const http = require('http') const Stopwatch = require('statman-stopwatch'); const { update } = require("./models/user");...
Where can you host this solution? On Fri, 23 Jun 2023, 00:38 Vardan Meliksetyan, ***@***.***> wrote: > @nakamoto-dev You right with that data > database work. > Try test in...