Skip to content

Releases: ollyxar/websockets

Minor refactoring

08 Aug 18:23
Compare
Choose a tag to compare

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

Performance improvements

02 Aug 19:27
61fbaf1
Compare
Choose a tag to compare

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

Minor stability improvements

24 Jul 11:38
Compare
Choose a tag to compare

Laravel compatibility

Minor stability improvements

23 Jul 10:36
Compare
Choose a tag to compare

Added additional checks

Minor protocol fix

20 Jul 19:27
Compare
Choose a tag to compare

Improvements for system messaging

20 Mar 15:19
Compare
Choose a tag to compare

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

Additional parameters for making custom schemas

19 Mar 09:41
Compare
Choose a tag to compare

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.

Non-blocking IO stable

09 Mar 12:57
Compare
Choose a tag to compare

More efficient version of server with pcntl forks and Generators

Experimental build of Non-blocking IO server

29 Nov 23:24
Compare
Choose a tag to compare

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)

HL improvements

25 Nov 17:48
Compare
Choose a tag to compare

Minor refactoring + optimization for 8K+ connections