We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c424d commit 5e6cf7cCopy full SHA for 5e6cf7c
cmd/capiclient/README.md
@@ -20,7 +20,7 @@ Example
20
-------
21
22
```bash
23
-➜ ./bncsclient europe.battle.net
+➜ ./capiclient
24
Enter API key:
25
12:00:00 Succesfully connected to wss://connect-bot.classic.blizzard.com/v1/rpc/chat
26
12:00:00 Joined channel 'Clan 1uk1'
network/peer/host_test.go
@@ -164,8 +164,8 @@ func TestMass(t *testing.T) {
164
var chat int32
165
var wg sync.WaitGroup
166
167
- // test 12 * 11 / 2 = 56 simultaneous connections
168
- var hosts = makeHosts(t, 12)
+ // test 10 * 9 / 2 = 45 simultaneous connections
+ var hosts = makeHosts(t, 10)
169
for i := 0; i < len(hosts); i++ {
170
var h = hosts[i]
171
if err := h.ListenAndServe(); err != nil {
0 commit comments