Commit Graph

610 Commits

Author SHA1 Message Date
a6a2f5842 6992feb2e7 I added remoteAddress to connection 2025-05-12 14:39:20 +02:00
a6a2f5842 4e17888f0e BF mock wrong return type 2025-05-08 18:03:41 +02:00
a6a2f5842 debe6903a6 BF mock wrong return type 2025-05-08 18:01:39 +02:00
a6a2f5842 bbcb943daa A added timeout information 2025-05-08 17:50:05 +02:00
a6a2f5842 6f115a2a72 A more default settings 2025-05-08 10:54:11 +02:00
a6a2f5842 7e98657c23 A added remote address to mock connection 2025-03-29 10:25:10 +01:00
Blax Software 7907258908 A progress response to controller 2025-01-20 16:46:13 +01:00
Blax Software 095894da1e BH pusher 2025-01-19 09:01:22 +01:00
Blax Software 87bf0ae05e Pusher : -> . 2025-01-18 17:06:52 +01:00
Blax Software 929f1794ee I pusher 2025-01-18 17:03:02 +01:00
Blax Software 238fd9864b BF wrong suffix 2025-01-18 16:31:29 +01:00
Blax Software 90df844485 I pusher 2025-01-18 16:18:02 +01:00
Alexander Blasl 2ef30f00ac I controller 2025-01-17 11:06:30 +01:00
Alexander Blasl 03972f9e7d BF handlers for l11 2025-01-17 10:45:53 +01:00
Alexander Blasl 9129c517b5 Publishable 2025-01-16 15:29:58 +01:00
Alexander Blasl 1a5db82c26 Renovation 2025-01-16 08:54:02 +01:00
Marcel Pociot 2e4b2f35f9
Apply fixes from StyleCI (#1190) 2024-02-07 18:30:54 +01:00
Marcel Pociot 1f25913ce0
Apply fixes from StyleCI (#1044) 2022-10-06 20:42:05 +02:00
Marcel Pociot f2d3baebbd Improve logging/verbose CLI output 2022-10-06 20:41:35 +02:00
Marcel Pociot fb958fb851
Merge 2.x changes (#1043)
* Resolve conflicts

* Apply fixes from StyleCI (#1042)
2022-10-06 13:46:54 +02:00
Joe Campo 605a7fa71d
Fix call to deprecated JsonResponse::create() (#942) 2022-02-12 12:11:42 +01:00
Melvin D. Protacio 171480dee2
Replication fix amendment to #778 (#881)
* fixes on replication

* trying to fix #778 #issuecomment-907319726

* code spacing fixes

* codestyle fixes

* trigger workflow locally
2022-01-05 15:59:37 +01:00
erikn69 491d164118
Tests fixes (#908) 2022-01-05 15:58:35 +01:00
Marcel Pociot f411510f3e
Apply fixes from StyleCI (#892) 2021-11-26 13:32:47 +01: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
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
Koozza 6e020afada
Respond empty object 2021-02-24 12:01:28 +01:00
Simon Bühler 25b5294805 fix never releasing lock 2021-02-23 11:26:10 +01: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
Marek Mahansky c838ba8e39 Customize dashboard domain and path using env vars 2021-01-23 14:34:48 +00: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
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
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 b74144cdd5 Revert "wip formatting"
This reverts commit 19ca49a4a8.
2020-12-07 23:30:12 +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
Alex Renoki 8308a7d16d formatting 2020-12-07 20:36:39 +02:00
Alex Renoki 6be62b149d Reverted connections count 2020-12-07 20:18:58 +02:00