Ollyxar Websockets Versions Save

PHP WebSocket server

2.2.1

5 years ago

User validation moved to pre-conditions Signal handler now call terminate() method Private methods now protected to make class more flexible

2.2.0

5 years ago

Implemented locker for concurrent socket acceptance (multiple workers) Preventing delays on client socket connect

2.1.4

5 years ago

Laravel compatibility

2.1.3

5 years ago

Added additional checks

2.1.2

5 years ago

2.1.1

6 years ago

This minor release contain system-signal handler and one more test that cover common functionality

2.1.0

6 years ago

In this release additional parameters were added. With this feature become ability to create custom scalable schemes. For example it can be completely separated workers that can transmit data to each other or can be completely isolated.

2.0.0

6 years ago

More efficient version of server with pcntl forks and Generators

exp-non-blocking

6 years ago

Warning! This build is for testing purposes only. Do not use in production! (You can use it I production if you want to. But there is no warranty. Please don't blame me)

1.2.4

6 years ago

Minor refactoring + optimization for 8K+ connections