Giter VIP home page Giter VIP logo

Comments (4)

piggydoughnut avatar piggydoughnut commented on August 26, 2024

Just reproduced again. @sg777

Steps

Tested on Vultr nodes

  1. Connect Player1 node
  2. Connect Player2 node
  3. Choose a SEAT for player1, all ok
  4. Choose s SEAT for player2
  5. Received warning: 0 for player2, see screenshot

Logs

dcv.txt
player1.txt
player2.txt

Screenshots

Player1

Screen Shot 2020-10-09 at 11 17 45 AM

Player2

Screen Shot 2020-10-09 at 11 12 47 AM

from bet.

sg777 avatar sg777 commented on August 26, 2024

This issue has been fixed in the latest commits.

from bet.

satindergrewal avatar satindergrewal commented on August 26, 2024

@piggydoughnut if this issue is resolved, and you confirmed it is, then please close it.

from bet.

sg777 avatar sg777 commented on August 26, 2024

You see in the player2 logs, tx is waiting to commit, since the tx is not committed the BE is sending the warning:0 saying that BE is not ready yet. It's not any error of the sort.

Below is the enum that declares the warning:

enum bet_warnings { 
backend_not_ready = 0, 
seat_already_taken, 
insufficient_funds, 
table_is_full 
};

Whenever you receive any of these warnings, please make sure to convey to the user accordingly.

from bet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.