Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

WebSocket routes - #34

Open
shashi wants to merge 3 commits into
JuliaAttic:masterfrom
shashi:websockets
Open

WebSocket routes#34
shashi wants to merge 3 commits into
JuliaAttic:masterfrom
shashi:websockets

Conversation

@shashi

@shashi shashi commented Feb 13, 2015

Copy link
Copy Markdown

No description provided.

    wsroute(app, GET, "/test") do req, sock
        while true
            msg = bytestring(read(sock))
            write(sock, msg)
        end
    end
@IainNZ

IainNZ commented Feb 13, 2015

Copy link
Copy Markdown
Contributor

What the heck happened in the Travis tests...

Anyway, this needs some sort of test, even a basic one

@shashi

shashi commented Feb 13, 2015

Copy link
Copy Markdown
Author

that was me screwing up a stash pop. I am trying to simulate a websocket connection using Requests.jl. Any ideas on how to do this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants