From 4333946c584a0c37810d12e9733f75c8d494c20c Mon Sep 17 00:00:00 2001 From: Kiswono Prayogo Date: Wed, 29 Apr 2020 23:12:52 +0700 Subject: [PATCH] Bugfix table on README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 737ec67..c939999 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,8 @@ conn.WriteString("Hello") # fastws vs gorilla vs nhooyr vs gobwas -| Features | [fastws](https://github.com/dgrr/fastws) | [Gorilla](https://github.com/savsgio/websocket)| [Nhooyr](https://github.com/nhooyr/websocket) -| --------------------------------------- |:--------------:| ------------:| ---------------:| ------------:| +| Features | [fastws](https://github.com/dgrr/fastws) | [Gorilla](https://github.com/savsgio/websocket)| [Nhooyr](https://github.com/nhooyr/websocket) | [gowabs](https://github.com/gobwas/ws) | +| --- | --- | --- | --- | --- | | Concurrent R/W | Yes | No | No. Only writes | No | | Passes Autobahn Test Suite | Mostly | Yes | Yes | Mostly | | Receive fragmented message | Yes | Yes | Yes | Yes |