loothood

Results 1 comments of loothood

> Is there a way to specify the timeout when connecting? Hi, there is a workaround: ``` final socket = await WebSocket.connect('ws://localhost:$port').timeout(const Duration(seconds: 3)); ```