Skip to content

Releases: walkor/channel

v1.2.1

10 Jun 00:50
78ba609
Compare
Choose a tag to compare

What's Changed

  • fix: unserialize() PHP Warning in PHP 8.3 #14 by @Xeath in #15

New Contributors

  • @Xeath made their first contribution in #15

Full Changelog: v1.2.0...v1.2.1

v1.2.0

04 Apr 02:48
fbfb81c
Compare
Choose a tag to compare

What's Changed

  • fix some comments by @mgzhenhong in #10
  • updated Timer class namespace by @detain in #11
  • support send data to only one subscriber , like queue 支持从众多订阅进程中顺序选择一个发送数据,实现类似于rabbitmq那样的消息队列机制 这只提供一个通讯机制,没有确认、重传机制。 by @zgh419566 in #13

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 Feb 00:46
3df772d
Compare
Choose a tag to compare

Support unix domain socket.

v1.0.6

19 Oct 06:07
bf6d837
Compare
Choose a tag to compare
Merge pull request #7 from xpader/queue

Make Channel message queue ability.

v1.0.5

02 Jul 03:16
0836a9a
Compare
Choose a tag to compare
1.0.5

v1.0.4

28 Apr 05:31
73def8e
Compare
Choose a tag to compare

v1.0.3

07 Apr 07:32
Compare
Choose a tag to compare
Update Server.php

v1.0.2

26 Feb 02:17
Compare
Choose a tag to compare

compatible with php5.3

v1.0.1

09 Feb 07:12
Compare
Choose a tag to compare

Support Channel\Client::on($event_name, $callback)
Support heartbeat

v1.0.0

02 Oct 15:36
Compare
Choose a tag to compare
Update Client.php