c4a14efbbd52dbc4d99b332387bbada0570119ff,bokeh/client/connection.py,ClientConnection,_connect_async,#ClientConnection#,237

Before Change


            log.info("Failed to connect to server: %r", e)

        if self._socket is None:
            await self._transition_to_disconnected()
        else:
            await self._transition(CONNECTED_BEFORE_ACK())

After Change


            log.info("Failed to connect to server: %r", e)

        if self._socket is None:
            await self._transition_to_disconnected(DISCONNECTED(ErrorReason.NETWORK_ERROR, None, "Socket invalid."))
        else:
            await self._transition(CONNECTED_BEFORE_ACK())
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: bokeh/bokeh
Commit Name: c4a14efbbd52dbc4d99b332387bbada0570119ff
Time: 2020-07-03
Author: soenke.florian@gmx.de
File Name: bokeh/client/connection.py
Class Name: ClientConnection
Method Name: _connect_async


Project Name: bokeh/bokeh
Commit Name: c4a14efbbd52dbc4d99b332387bbada0570119ff
Time: 2020-07-03
Author: soenke.florian@gmx.de
File Name: bokeh/client/connection.py
Class Name: ClientConnection
Method Name: _handle_messages


Project Name: bokeh/bokeh
Commit Name: c4a14efbbd52dbc4d99b332387bbada0570119ff
Time: 2020-07-03
Author: soenke.florian@gmx.de
File Name: bokeh/client/connection.py
Class Name: ClientConnection
Method Name: _wait_for_ack