Alex Renoki
|
3aaecc8c3e
|
fixed tests
|
2020-09-25 22:35:38 +03:00 |
rennokki
|
2880610bf6
|
Apply fixes from StyleCI (#551)
|
2020-09-25 21:16:30 +02:00 |
Alex Renoki
|
c1bef4db5b
|
Added async redis connection
|
2020-09-25 22:16:06 +03:00 |
rennokki
|
40ee5fb805
|
Merge pull request #547 from beyondcode/feature/remove-obsolete-connections-after-120-seconds
[2.x] Remove obsolete connections older than 120 seconds for local channel manager
|
2020-09-19 16:13:39 +00:00 |
Alex Renoki
|
2c57668ca6
|
Enforcing ^6.3 for ArrayLock
|
2020-09-19 19:08:37 +03:00 |
Alex Renoki
|
29d109668c
|
Merge branch 'feature/remove-obsolete-connections-after-120-seconds' of github.com:beyondcode/laravel-websockets into feature/remove-obsolete-connections-after-120-seconds
|
2020-09-19 18:46:16 +03:00 |
Alex Renoki
|
4b484aad48
|
Fixed store
|
2020-09-19 18:46:13 +03:00 |
rennokki
|
a9f87dbf95
|
Apply fixes from StyleCI (#546)
|
2020-09-19 17:41:47 +02:00 |
Alex Renoki
|
53a6d0f875
|
Added tests
|
2020-09-19 18:41:25 +03:00 |
Alex Renoki
|
223a789b0d
|
Added local removal for obsolete connections.
|
2020-09-19 18:38:08 +03:00 |
rennokki
|
1f6e714873
|
Merge pull request #544 from beyondcode/feature/promises
[2.x] Ensure promises run one-after-another
|
2020-09-19 12:42:19 +00:00 |
rennokki
|
60c21f3f7b
|
Apply fixes from StyleCI (#543)
|
2020-09-19 13:16:46 +02:00 |
Alex Renoki
|
5cb2ee9fce
|
Run promises one-after-another
|
2020-09-19 14:16:26 +03:00 |
rennokki
|
c85ec38452
|
Added getName() to channels
|
2020-09-19 08:50:04 +00:00 |
rennokki
|
bf47275c9b
|
Merge branch 'master' into 2.x
|
2020-09-18 19:20:17 +00:00 |
rennokki
|
8a3e892280
|
Merge pull request #542 from authanram/master
Update docs
|
2020-09-18 19:17:57 +00:00 |
Daniel Seuffer
|
0310d8885e
|
Update docs
|
2020-09-18 21:07:47 +02:00 |
rennokki
|
265c80d414
|
Apply fixes from StyleCI (#541)
|
2020-09-18 20:01:35 +02:00 |
Alex Renoki
|
2066e803b8
|
Fixed tests to make sure the message is broadcasted properly both locally and across servers.
|
2020-09-18 21:01:11 +03:00 |
Alex Renoki
|
546c4fd0ef
|
Broadcast both locally and across servers on dashboard logger.
|
2020-09-18 20:27:12 +03:00 |
Alex Renoki
|
7519da4a08
|
Force broadcastAcrossAllServers even if the channel exists locally
|
2020-09-18 17:04:16 +03:00 |
Alex Renoki
|
7f6b8fa2c8
|
Fixed health handler
|
2020-09-18 16:18:58 +03:00 |
Alex Renoki
|
9c19546faf
|
Reduced the number of lines
|
2020-09-18 13:10:44 +03:00 |
Alex Renoki
|
ed41ad5ca0
|
Moved tests across classes
|
2020-09-18 12:53:36 +03:00 |
Alex Renoki
|
14a79447f5
|
Added $processCollection to the getForGraph method
|
2020-09-18 12:44:07 +03:00 |
Alex Renoki
|
9a6e8e3dc1
|
Swapped order for mapWithKeys
|
2020-09-18 12:31:51 +03:00 |
rennokki
|
9f54699da4
|
Apply fixes from StyleCI (#537)
|
2020-09-18 11:16:14 +02:00 |
Alex Renoki
|
7a651d78c2
|
Fixed tests
|
2020-09-18 12:15:49 +03:00 |
Alex Renoki
|
9856fb62ed
|
Added broadcastLocallyToEveryoneExcept
|
2020-09-18 11:57:55 +03:00 |
Alex Renoki
|
bab2ef203c
|
Changed order of fields to match the pusher docs
|
2020-09-18 11:57:39 +03:00 |
Alex Renoki
|
30c6635a91
|
Passing the Socket ID to the broadcastAcrossServers()
|
2020-09-18 11:57:10 +03:00 |
Alex Renoki
|
0f90f521e0
|
Merge branch 'master' of github.com:beyondcode/laravel-websockets into 2.x
|
2020-09-17 14:44:52 +03:00 |
Alex Renoki
|
7365189aaa
|
Fixed tests
|
2020-09-17 14:18:15 +03:00 |
Alex Renoki
|
bb1a03051a
|
userLeftPresenceChannel gets automatically called
|
2020-09-17 14:17:55 +03:00 |
Alex Renoki
|
da7f1ba578
|
Fixed a bug where obsolete data still remained in the server.
|
2020-09-17 13:57:10 +03:00 |
Alex Renoki
|
23e8b3db44
|
Fixed issues with connections being closed within 10 seconds
|
2020-09-17 13:56:09 +03:00 |
Alex Renoki
|
16ff2aa2b6
|
Fixed uniqueness
|
2020-09-17 11:30:36 +03:00 |
Alex Renoki
|
b7ba98a6a6
|
Enforce topic subscription
|
2020-09-17 10:51:01 +03:00 |
rennokki
|
40f024d031
|
Merge pull request #536 from beyondcode/fix/multiple-channel-members
Presence Channels emit added or removed events more than once for same users
|
2020-09-16 08:16:12 +00:00 |
Alex Renoki
|
af3c8e02ec
|
Merge branch 'fix/multiple-channel-members' of github.com:beyondcode/laravel-websockets into fix/multiple-channel-members
|
2020-09-16 11:09:17 +03:00 |
Alex Renoki
|
049950f015
|
Updated the dashboard logger
|
2020-09-16 11:09:14 +03:00 |
rennokki
|
58772324ba
|
Apply fixes from StyleCI (#535)
|
2020-09-16 10:03:21 +02:00 |
Alex Renoki
|
97ab241fa3
|
Fixing PR #530
|
2020-09-16 11:02:58 +03:00 |
rennokki
|
805fd5e02c
|
Merge pull request #530 from stayallive/feature/fix-presence-channels
Fix presence channels emitting too much events
|
2020-09-16 08:01:08 +00:00 |
rennokki
|
88cf779dd7
|
Merge pull request #533 from vikas5914/patch-1
Fix Uncaught TypeError: Cannot read property 'data' of undefined.
|
2020-09-16 04:20:26 +00:00 |
rennokki
|
6d8e8926d2
|
Merge pull request #534 from vikas5914/patch-2
Replace clearRefreshInterval with stopRefreshInterval
|
2020-09-16 04:20:07 +00:00 |
Vikas Kapadiya
|
4841b839f8
|
Replace clearRefreshInterval with stopRefreshInterval
|
2020-09-16 09:45:12 +05:30 |
Vikas Kapadiya
|
60c00d10db
|
Fix Uncaught TypeError: Cannot read property 'data' of undefined.
|
2020-09-16 09:33:37 +05:30 |
rennokki
|
3859002a78
|
Merge pull request #532 from beyondcode/fix/dashboard-send-message
[fix] Dashboard cannot initialize the channel manager
|
2020-09-15 20:52:33 +00:00 |
Alex Renoki
|
0103e0f9e4
|
fix
|
2020-09-15 23:46:37 +03:00 |