Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSocket routes #34

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

WebSocket routes #34

wants to merge 3 commits into from

Conversation

shashi
Copy link

@shashi shashi commented Feb 13, 2015

No description provided.

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

IainNZ commented Feb 13, 2015

What the heck happened in the Travis tests...

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

@shashi
Copy link
Author

shashi commented Feb 13, 2015

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants