Skip to content

Commit f066b4e

Browse files
authored
Merge pull request #36 from rahulrumalla/dev
Cosmetic fixes
2 parents 70ff94e + 2f2a27d commit f066b4e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/wss/faq.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# FAQ / FYI
22

3-
**Endpoint?**
3+
**What is the Infura endpoint for WebSockets?**
44

5-
Infura's websocket endpoint : wss://`<network>`.infura.io/ws
5+
`wss://<network>.infura.io/ws`
66

7-
**Supported networks?**
7+
**What are the supported networks?**
88

99
Mainnet, Ropsten, Rinkeby, Kovan
1010

@@ -22,10 +22,10 @@ Yes
2222

2323
**Why does my websocket connection disconnect after a while?**
2424

25-
* Idle connections that exceed beyond an hour will get disconnected. Adding 'pings' to your websocket connection will prevent the connection from going idle.
26-
* Any unrecognized requests will trigger the server to close the connection with an error message.
25+
Idle connections that exceed beyond an hour will get disconnected. Adding 'pings' to your websocket connection will prevent the connection from going idle.
26+
Any unrecognized requests will trigger the server to close the connection with an error message.
2727

28-
**non-empty 'Sec-WebSocket-Protocol' header error?**
28+
**Non-empty 'Sec-WebSocket-Protocol' header error?**
2929

3030
web3.js 1.0.0-beta.34 has an open issue with request headers https://github.com/ethereum/web3.js/issues/1559. Please revert/downgrade to 1.0.0-beta.33.
3131

0 commit comments

Comments
 (0)