Comparing version
@@ -5,3 +5,3 @@ import { WebSocketConn } from '../srpc/websocket.js'; | ||
async function runRPC() { | ||
const addr = 'ws://localhost:5000/demo'; | ||
const addr = 'ws://localhost:4352/demo'; | ||
console.log(`Connecting to ${addr}`); | ||
@@ -8,0 +8,0 @@ const ws = new WebSocket(addr); |
@@ -10,3 +10,3 @@ import { WebSocketConn } from '../srpc/websocket.js' | ||
async function runRPC() { | ||
const addr = 'ws://localhost:5000/demo' | ||
const addr = 'ws://localhost:4352/demo' | ||
console.log(`Connecting to ${addr}`) | ||
@@ -13,0 +13,0 @@ const ws = new WebSocket(addr) |
{ | ||
"name": "starpc", | ||
"version": "0.35.3", | ||
"version": "0.35.4", | ||
"description": "Streaming protobuf RPC service protocol over any two-way channel.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
388345
-0.06%