Browse Source

w(oop)s

pull/192/head
Ethan Buchman 8 years ago
parent
commit
ade64693bd
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      benchmarks/simu/counter.go

+ 1
- 2
benchmarks/simu/counter.go View File

@ -15,8 +15,7 @@ import (
)
func main() {
ws := rpcclient.NewWSClient("ws://127.0.0.1:46657/websocket")
// ws := rpcclient.NewWSClient("ws://104.236.69.128:46657/websocket")
ws := rpcclient.NewWSClient("127.0.0.1:46657", "/websocket")
_, err := ws.Start()
if err != nil {
Exit(err.Error())


Loading…
Cancel
Save