fix: use hoppscotch's realtime echo servers - resolved #1913
This commit is contained in:
@@ -242,7 +242,7 @@ export default defineComponent({
|
||||
return {
|
||||
// default version is set to v4
|
||||
clientVersion: "v4",
|
||||
url: "wss://main-daxrc78qyb411dls-gtw.qovery.io",
|
||||
url: "wss://hoppscotch-socketio.herokuapp.com",
|
||||
path: "/socket.io",
|
||||
isUrlValid: true,
|
||||
connectingState: false,
|
||||
|
||||
@@ -228,7 +228,7 @@ export default defineComponent({
|
||||
return {
|
||||
connectionState: false,
|
||||
connectingState: false,
|
||||
url: "wss://echo.websocket.org",
|
||||
url: "wss://hoppscotch-websocket.herokuapp.com",
|
||||
isUrlValid: true,
|
||||
socket: null,
|
||||
communication: {
|
||||
|
||||
Reference in New Issue
Block a user