Skip to content

Commit

Permalink
Make checkout explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Dec 21, 2023
1 parent 86bfdf3 commit c410606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Demo/Source/MainComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ struct WebsocketDemo : public juce::Component
juce::TextEditor outText;
juce::TextButton sendButton {"Send"};

gin::AsyncWebsocket websocket {juce::URL ("wss://demos.kaazing.com/echo") };
gin::AsyncWebsocket websocket {juce::URL ("wss://ws.postman-echo.com/raw") };
};

//==============================================================================
Expand Down

0 comments on commit c410606

Please sign in to comment.