paritytech / canvas

Node implementation for Canvas ‒ a Substrate parachain for smart contracts.
GNU General Public License v3.0
68 stars 21 forks source link

Concurrent connection limit of websocket #74

Closed SaberDoTcodeR closed 3 years ago

SaberDoTcodeR commented 3 years ago

Hi, I faced an issue when I made my node public. I get 1006 WebSocket error in my app and when I check my server the node shows this error:

Accepted a new tcp connection from 127.0.0.1:43022.
Unable to build WebSocket connection WS Error <Capacity>: Unable to add another connection to the event loop.

How can I increase the limit?