Marcel Pociot
ea8e5ad820
Ignore non-php8 compatible Laravel versions for tests
2021-05-18 11:15:04 +02:00
Marcel Pociot
f3703babe6
Run tests on PHP 8
2021-05-18 10:30:07 +02:00
Mior Muhammad Zaki
f3ae3633c4
Remove orchestra/database ( #767 )
...
This dependency isn't required since Testbench 3.6
2021-05-18 08:10:11 +02:00
Italo
d809b71a2c
Fixes project stability ( #762 )
2021-05-09 09:58:18 +02:00
rennokki
02cfcc47b0
Added sail documentation
2021-04-19 11:44:19 +03:00
rennokki
0e2ff5f123
Merge pull request #739 from artem-tverdokhlebov/master
...
[2.x] Seems like typo in composer.json
2021-04-15 16:01:10 +03:00
Artem Tverdokhliebov
f549579907
Update composer.json
2021-04-15 15:49:27 +03:00
rennokki
9dbc38aff9
Merge pull request #735 from beyondcode/fix/websocket-handlers
...
[2.x] Fix Websocket Handlers registration
2021-04-06 17:31:38 +03:00
Alex Renoki
c43a9d4d46
Fixed Routes registration
2021-04-06 17:21:15 +03:00
Dries Vints
ba3a2ad164
[2.x] Laravel Octane support ( #733 )
...
* Octane support
Co-authored-by: Alex Renoki <rennokki@gmail.com>
2021-04-06 16:47:54 +03:00
Alex Renoki
1bb727f322
Removing higher-order from collection-related tasks
2021-03-30 18:11:58 +03:00
rennokki
3cf74c7a50
Merge pull request #708 from simonbuehler/master
...
[2.x] Fix unsubscribeFromAllChannels leaving stale connections
2021-03-30 18:08:52 +03:00
Simon Bühler
0dc2db12c4
style fix
2021-03-04 09:05:48 +01:00
Simon Bühler
6b6197f4f1
fix unsubscribeFromAllChannels / stale connections
...
the `each->` call silently ran only for the first channel leading to
users on other channels seeming randomly not getting unsubscribed,
stale connections, a frustrated dev and a fishy smell all over the place.
after some serious hours of debugging and searching for this sneaky bug
the websocket-world is now a better place ;)
2021-03-04 08:45:18 +01:00
Alex Renoki
efb3aa82b9
Merge branch '1.x' of github.com:beyondcode/laravel-websockets
2021-02-24 22:12:05 +02:00
rennokki
5cda453575
Merge pull request #698 from Koozza/feat-add-php-pusher-5-support
...
[1.x] Add support for php-pusher 5.x
2021-02-24 22:07:07 +02:00
rennokki
980dc19625
Merge pull request #696 from simonbuehler/master
...
fix never releasing lock
2021-02-24 21:56:07 +02:00
Koozza
6e020afada
Respond empty object
2021-02-24 12:01:28 +01:00
Koozza
72e45815a8
Update composer.json
2021-02-24 12:00:40 +01:00
Simon Bühler
25b5294805
fix never releasing lock
2021-02-23 11:26:10 +01:00
rennokki
1163078328
Merge pull request #447 from beyondcode/2.x
...
[2.x] Major refactoring
2021-01-23 17:09:43 +02:00
Alex Renoki
f27b6901cb
Revert "Fixed mc"
...
This reverts commit 54a20aec46 , reversing
changes made to a84f143087 .
2021-01-23 16:52:12 +02:00
Alex Renoki
54a20aec46
Fixed mc
2021-01-23 16:51:59 +02:00
rennokki
e9b9cc4002
Merge pull request #626 from beyondcode/fix/check-app-key
...
[fix] Check for key app on authorization
2021-01-23 16:46:10 +02:00
rennokki
a84f143087
Merge pull request #671 from mahansky/2.x
...
[2.x] Customize dashboard domain and path using env vars
2021-01-23 16:44:33 +02:00
rennokki
3ff362f977
Added trailing comma
2021-01-23 16:41:41 +02:00
Marek Mahansky
c838ba8e39
Customize dashboard domain and path using env vars
2021-01-23 14:34:48 +00:00
Alex Renoki
df613de727
Also passing the key on the request
2021-01-19 12:20:58 +02:00
rennokki
8baefdd4c4
Merge pull request #652 from beyondcode/fix/pcntl-on-windows
...
[fix] Check for PCNTL
2021-01-08 10:37:45 +02:00
Alex Renoki
483ce85ef9
Don't trigger soft shutdown if no pcntl is existent.
2021-01-08 10:27:11 +02:00
Alex Renoki
bf049a346d
Added easy extendable methods to change hash names for Redis
2020-12-09 13:45:21 +02:00
Alex Renoki
139608f9aa
Removed classes that called only the parent.
2020-12-09 11:37:31 +02:00
Alex Renoki
a61cdad1f7
Removed duplicate lock name
2020-12-09 11:37:10 +02:00
Alex Renoki
aebc38ff8e
Moved $serverId to local channel manager
2020-12-09 11:37:03 +02:00
rennokki
01e3b67280
Merge pull request #634 from beyondcode/fix/prevent-collecting-if-stats-disable
...
[fix] Prevent collecting stats if disabled
2020-12-08 20:03:17 +02:00
Alex Renoki
9c41cf32a2
Collect metrics only if statistics are enabled.
2020-12-08 16:52:55 +02:00
Alex Renoki
81ee07f003
Attach app on request if possible.
2020-12-08 16:52:40 +02:00
rennokki
de7e358550
Merge pull request #633 from beyondcode/fix/fix-stale-data
...
[fix] Fix stale data
2020-12-08 00:41:19 +02:00
Alex Renoki
a99b5d0004
Reverted check for messages count
2020-12-07 23:35:18 +02:00
Alex Renoki
94722a7155
Merge branch '2.x' of github.com:beyondcode/laravel-websockets into fix/fix-stale-data
2020-12-07 23:31:53 +02:00
Alex Renoki
cbe4378086
Revert "formatting"
...
This reverts commit 8308a7d16d .
2020-12-07 23:30:36 +02:00
Alex Renoki
b6837a05e4
Revert "Apply fixes from StyleCI ( #632 )"
...
This reverts commit 908f147cb3 .
2020-12-07 23:30:28 +02:00
Alex Renoki
b74144cdd5
Revert "wip formatting"
...
This reverts commit 19ca49a4a8 .
2020-12-07 23:30:12 +02:00
Alex Renoki
2d30edb4f6
Reverted test
2020-12-07 23:29:28 +02:00
Alex Renoki
c7aea38cdc
Testing
2020-12-07 23:19:11 +02:00
Alex Renoki
9a0d56d6d3
Reset app traces if no activity was found since last save
2020-12-07 23:16:51 +02:00
Alex Renoki
8d1369ee02
Fixed peak connections count not being able to settle down
2020-12-07 23:15:09 +02:00
Alex Renoki
19ca49a4a8
wip formatting
2020-12-07 20:48:15 +02:00
rennokki
908f147cb3
Apply fixes from StyleCI ( #632 )
2020-12-07 19:37:03 +01:00
Alex Renoki
8308a7d16d
formatting
2020-12-07 20:36:39 +02:00