Giter Club home page Giter Club logo

Comments (13)

bwoebi avatar bwoebi commented on June 15, 2024

How can I reproduce this bug? There shouldn't be a check, it's a bug somewhere else if the index isn't defined there.

from mysql.

kelunik avatar kelunik commented on June 15, 2024

I don't really know, could be due to notebook energy saving state?

from mysql.

bwoebi avatar bwoebi commented on June 15, 2024

That could be the reason why a connection breaks, but not why this emits a notice...

from mysql.

kelunik avatar kelunik commented on June 15, 2024

When does this method get called?

from mysql.

bwoebi avatar bwoebi commented on June 15, 2024

When a connection fails. (in config->restore callback and in the when() when it fails upon initialization).

from mysql.

douggr avatar douggr commented on June 15, 2024

I got it (I think).

From http://php.net/stream_socket_client

UDP sockets will sometimes appear to have opened without an error, even if
the remote host is unreachable. The error will only become apparent when you
read or write data to/from the socket. The reason for this is because UDP is
a "connectionless" protocol, which means that the operating system does not
try to establish a link for the socket until it actually needs to send or
receive data.

So connecting to any reachable IP address might open the connection failing silently.

To reproduce, just connect to 127.0.0.1:any-closed-port.

from mysql.

douggr avatar douggr commented on June 15, 2024

Question, this should apply to amphp/mysql or rdlowrey/nbsock?

cc /@rdlowrey

edit: Somehow this affects artax too.

from mysql.

douggr avatar douggr commented on June 15, 2024

Also related to #5 perhaps?

from mysql.

kelunik avatar kelunik commented on June 15, 2024

@douggr It's all TCP, I think only DNS uses UDP.

from mysql.

douggr avatar douggr commented on June 15, 2024

Good call.

Despite a valid stream is created, empty even, the connection may or may not
be valid; you don't know until you read from it.

Since onRead() is called only within onInit() maybe this
douggr/mysql@2cf671a fix the whole thing?

from mysql.

bwoebi avatar bwoebi commented on June 15, 2024

@douggr onRead() is the general callback for the read watcher, just the first read is in onInit(), which then invokes onRead(). … So, no.

from mysql.

kelunik avatar kelunik commented on June 15, 2024

It's called every time the socket is readable, see https://github.com/douggr/mysql/blob/master/lib/Connection.php#L168

from mysql.

bwoebi avatar bwoebi commented on June 15, 2024

This bug was fixed in f50e750

from mysql.

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.