Skip to content

Releases: hyperf/websocket-server

Release v2.1.18

24 May 02:12
Compare
Choose a tag to compare
Fixed bug that coroutine won't destruct when using `onOpen` in corout…

Release v2.1.14

12 Apr 05:14
Compare
Choose a tag to compare
Added method `Sender::getResponse()` which you can used to get respon…

Release v2.1.13

06 Apr 01:22
Compare
Choose a tag to compare
Optimized code

Release v2.1.8

01 Mar 02:04
Compare
Choose a tag to compare
Send response directly when the handler does not exists. (#3308)

Release v2.1.0

28 Dec 02:01
Compare
Choose a tag to compare
Changed branch-alias of `dev-master` to `2.1-dev` (#3038)

* Update branch-alias

* Update composer.json

Release v2.1.0-beta1

14 Dec 12:23
Compare
Choose a tag to compare
Merge branch 'master' into 2.1-merge

Release v2.0.22

07 Dec 06:19
Compare
Choose a tag to compare
Fixed bug that worker will be stoped when `onMessage` or `onClose` fa…

Release v2.0.18

09 Nov 02:50
Compare
Choose a tag to compare
Fixed memory leak when websocket hande shake failed. (#2768)

* 修复websocket握手失败不会释放WsContext中set的值而导致内存泄漏的问题

* Update Server.php

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <[email protected]>

Release v2.0.13

28 Sep 03:07
Compare
Choose a tag to compare
fix typo and ambiguous expression (#2569)

* fix typo and ambiguous expression

* fix typo

* update questions with zirocte/swagger 3.0.5 version issue