Skip to content

Releases: arthurkushman/php-wss

Fix non-resource closing connection on stream_select + minor fixes

02 Sep 03:37
Compare
Choose a tag to compare
1.3.11

#20. Fix non-resource closing connection on stream_select

Change array config to ClientConfig class passed as second parameter to WebSocketClient

01 Sep 21:39
Compare
Choose a tag to compare
1.3.10

#24. Change array config to ClientConfig class passed as second param…

Add ServerConfig to pass DI to the WebSocketServer constructor

01 Sep 17:11
Compare
Choose a tag to compare
1.3.9

#22. Add ServerConfig to pass DI to the WebSocketServer constructor +…

Add clients_per_fork_limit option to WebSocketServer constructor + getUniqueSocketId

30 Aug 10:00
Compare
Choose a tag to compare

Fix closing frame sent before socket connection closed

29 Aug 16:21
Compare
Choose a tag to compare
1.3.7

#7. Fix closing frame sent before socket connection closed

Fix new Connection object to be created (as unique resource) for every new client connection

29 Aug 12:32
Compare
Choose a tag to compare
1.3.6

#6, #13. Fix new Connection object to be created (as unique resource)…

Add optional headers support on handshake via constructor/setter

29 Aug 09:24
Compare
Choose a tag to compare
1.3.5

#14. Add optional headers via constructor & setters

PHP7.0 backward compatability removing void returns

01 Aug 17:54
Compare
Choose a tag to compare
1.3.4

#12. Remove void return type to let use PHP7.0

Add connect() call to WebSocketClient __construct()

22 Jun 13:59
Compare
Choose a tag to compare
1.3.3

#9. Add connect() to WebSocketClient

Remove echo $payload from send method

29 Apr 16:53
Compare
Choose a tag to compare
1.3.2

#hot-fix. remove print to stdout from send()