Coder Social home page Coder Social logo

php 5.3 and gameq about gameq HOT 2 CLOSED

austinb avatar austinb commented on May 18, 2024
php 5.3 and gameq

from gameq.

Comments (2)

Austinb avatar Austinb commented on May 18, 2024

Which version are you using?

The issue is part of the socket system binding for responses. The way the code works, I did not write this part, is that each server and its query calls are sent out all at once and the sockets are bound to ports locally to recieve the response from the queried servers. The issue is that the there is no logic in v1 of GameQ (nor is there any in v2 at this time) to check and make sure that the socket can be bound.

I will see if I can update the v1 code without too much work. I will add, if possible, some checks in the v2 to be smarter when binding for responses.

Check on and add available port check. Dont blindly try to attach to ports, check first.

from gameq.

Austinb avatar Austinb commented on May 18, 2024

To update I was wrong about what the context was used for. It is actually to specify the outbound ip:port for connections. Removing it should just make the system pick available outbound ports on its own. Seems to work fine in v2.

The actual issue with the warning is probably a change from PHP 5.2 to 5.3 though I am unable to find a change log entry.

from gameq.

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.