Skip to content

Websocket calls give no response #219

@jorisbontje

Description

@jorisbontje

Using https://github.com/ethereum/ethereum.js/blob/master/example/index.html I see a websocket call being made in the browser console, however no response is returned by the websocket server.

screen shot 2014-12-23 at 14 23 32

Running ethereum -port=30305 -ws=true -loglevel=4, the console output is:

2014/12/23 14:21:39 [WS] Listening read from client
2014/12/23 14:21:39 [WS] Listening write to client
2014/12/23 14:21:39 [WS] Listening read from client
2014/12/23 14:21:39 [WS] Listening write to client
2014/12/23 14:21:42 [WS] &{eth_coinbase [] 0 <nil>}
2014/12/23 14:21:50 [WS] Listening read from client
2014/12/23 14:21:50 [WS] Listening write to client
2014/12/23 14:21:50 [WS] Listening read from client
2014/12/23 14:21:50 [WS] Listening write to client
2014/12/23 14:21:51 [WS] &{eth_coinbase [] 0 <nil>}

Running go-ethereum version e531c6f, installed via homebrew on OSX.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions