Skip to content

Releases: ollyxar/websockets

Fix for incorect data resend

19 Nov 19:00
4233f27
Compare
Choose a tag to compare

Some times when user's connection is lost - data became corrupted.
Previously in the Master we've checked for those data and then clients (forks) will close. This is not true. All workers should be alive. So in that case we just skipping to resend incorrect data

Minor fixes and improvements

07 Nov 10:28
Compare
Choose a tag to compare
  • Error suppression for PING-PONG and lost connections
  • PHP7 style for list

HL improvements

06 Nov 10:09
e87116e
Compare
Choose a tag to compare

Possible fixes for high load projects.

  • avoid Master down (when Worker is down)
  • avoid Worker down (when Frame has incorrect input data)

Minor fixes and improvements

30 Oct 14:21
Compare
Choose a tag to compare
  • Fixed infinity loop while getting incorrect symbols
  • Added PONG response
  • Stabilized Master dispatching
  • Added connector self-rights updater

Added socket identifier

23 Oct 08:52
Compare
Choose a tag to compare
1.1

Added socket identifier

Added base tests

19 Oct 14:32
Compare
Choose a tag to compare

Added test for Frame: encode and decode methods

v1.0

17 Oct 06:56
Compare
Choose a tag to compare
Corrected syntax