File tree 4 files changed +9
-4
lines changed
src/service/socket.io/request 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ https://corifeus.com/redis-ui
12
12
13
13
14
14
---
15
- # 🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface v2024.4.225
15
+ # 🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface v2024.4.227
16
16
17
17
18
18
@@ -112,7 +112,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
112
112
113
113
---
114
114
115
- [ ** P3X-REDIS-UI-SERVER** ] ( https://corifeus.com/redis-ui-server ) Build v2024.4.225
115
+ [ ** P3X-REDIS-UI-SERVER** ] ( https://corifeus.com/redis-ui-server ) Build v2024.4.227
116
116
117
117
[ ![ NPM] ( https://img.shields.io/npm/v/p3x-redis-ui-server.svg )] ( https://www.npmjs.com/package/p3x-redis-ui-server ) [ ![ Donate for Corifeus / P3X] ( https://img.shields.io/badge/Donate-Corifeus-003087.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6 ) [ ![ Contact Corifeus / P3X] ( https://img.shields.io/badge/Contact-P3X-ff9900.svg )] ( https://www.patrikx3.com/en/front/contact ) [ ![ Like Corifeus @ Facebook] ( https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg )] ( https://www.facebook.com/corifeus.software )
118
118
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
25
25
26
26
---
27
27
28
- [ ** P3X-REDIS-UI-SERVER** ] ( https://corifeus.com/redis-ui-server ) Build v2024.4.225
28
+ [ ** P3X-REDIS-UI-SERVER** ] ( https://corifeus.com/redis-ui-server ) Build v2024.4.227
29
29
30
30
[ ![ NPM] ( https://img.shields.io/npm/v/p3x-redis-ui-server.svg )] ( https://www.npmjs.com/package/p3x-redis-ui-server ) [ ![ Donate for Corifeus / P3X] ( https://img.shields.io/badge/Donate-Corifeus-003087.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6 ) [ ![ Contact Corifeus / P3X] ( https://img.shields.io/badge/Contact-P3X-ff9900.svg )] ( https://www.patrikx3.com/en/front/contact ) [ ![ Like Corifeus @ Facebook] ( https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg )] ( https://www.facebook.com/corifeus.software )
31
31
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " p3x-redis-ui-server" ,
3
- "version" : " 2024.4.225 " ,
3
+ "version" : " 2024.4.227 " ,
4
4
"description" : " 🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface" ,
5
5
"corifeus" : {
6
6
"icon" : " fas fa-flag-checkered" ,
Original file line number Diff line number Diff line change
1
+ const sharedIoRedis = require ( '../shared' )
2
+
1
3
module . exports = async ( options ) => {
2
4
const { socket, payload } = options ;
3
5
4
6
try {
7
+
8
+ sharedIoRedis . ensureReadonlyConnection ( { socket } )
9
+
5
10
//console.log('Unsubscribing from all patterns');
6
11
await socket . p3xrs . ioredisSubscriber . punsubscribe ( ) ;
7
12
//console.log('All patterns unsubscribed');
You can’t perform that action at this time.
0 commit comments