Releases: WarriorXK/PHPWebSockets
Releases · WarriorXK/PHPWebSockets
v3.1.3
v3.1.2
v3.1.1
Fixed a consistency issue which caused disconnects to be triggerd without connects ever being triggered
Fixed a consistency issue which caused disconnects to be triggerd multiple times
Fixed a potential crash in writeMultiFramed if data was a single char
Fixed license year
Fixed docblocks
Now clearing the buffers after close
v3.1.0
v3.0.1
v3.0.0
- Added ITaggable. to allow for setting tags on objects
- Added read and write counters on AConnection to monitor the amount of messages send and received
- Implemented PHP7.3 features where possible (i.e. nullable and void returns, const visibility)
- Renamed the following constants
Error::C_READ_HANDSHAKEFAILURE
=>C_READ_HANDSHAKE_FAILURE
Error::C_READ_HANDSHAKETOLARGE
=>C_READ_HANDSHAKE_TO_LARGE
Error::C_READ_RSVBIT_SET
=>C_READ_RSV_BIT_SET
- Removed
Error::C_READ_INVALID_TARGET_STREAM
Read:: C_NEW_TCP_CONNECTION_AVAILABLE
Read::C_NEW_TCP_CONNECTION
Read::C_NEWCONNECTION
AUpdate->getSourceObject
- Moved to travis-ci.com instead of .org
- Updated to latest PHPUnit