mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
add websocket client stress test, passed and update the vendors (this commit fixes the https://github.com/kataras/iris/issues/1178 and https://github.com/kataras/iris/issues/1173)
Former-commit-id: 74ccd8f4bf60a71f1eb0e34149a6f19de95a9148
This commit is contained in:
@@ -21,6 +21,7 @@ $ go run main.go
|
||||
>> hi!
|
||||
*/
|
||||
func main() {
|
||||
// `websocket.DialContext` is also available.
|
||||
c, err := websocket.Dial(url, websocket.ConnectionConfig{})
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
||||
Reference in New Issue
Block a user