Skip to content

Commit

Permalink
Change websocket demo url
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Dec 21, 2023
1 parent 86bfdf3 commit f722308
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 f722308

Please sign in to comment.