Commit Graph

923 Commits

Author SHA1 Message Date
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
Alex Renoki 630efa2562 Unsubscribe from all channels in sync mode. 2020-09-15 20:49:28 +03:00
Alex Renoki 5808a6610c Avoid displaying twice the same-id channel members 2020-09-15 20:49:06 +03:00
Alex Renoki b41f8b7b75 Creating SignedMessage class for testing 2020-09-15 20:46:19 +03:00
Alex Bouma 3ccf931dc0
Fix presence channel state management and event firing 2020-09-15 18:41:08 +02:00
Alex Bouma 0dde250b19
Add test to ensure presence channel HTTP API responses are correct 2020-09-15 18:28:39 +02:00
rennokki 331a127486
Merge pull request #528 from stayallive/feature/fix-test-suite
Fix test suite
2020-09-15 14:41:15 +00:00
rennokki 2ae00bef84
Merge pull request #527 from stayallive/feature/fix-presence-channels
Fix presence channels double counting users
2020-09-15 14:40:31 +00:00
Alex Bouma 0b0c843aee
Remove unneeded PHP extensions to speed up tests 2020-09-15 16:29:22 +02:00
Alex Bouma c3142a101c
Do not test Laravel 8 on PHP 7.2 2020-09-15 16:17:53 +02:00
Alex Bouma 5024a2a05a
CS 2020-09-15 16:12:25 +02:00
Alex Renoki df45ee89ff Clearing assertions on each test 2020-09-15 17:03:28 +03:00