Skip to content

Commit

Permalink
Revert socket.io back
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Oct 13, 2023
1 parent 6ffe284 commit 3d65279
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You can set the option *Force Web-Sockets* to force using only web-sockets trans
-->

## Changelog
### 6.5.8 (2023-10-11)
### **WORK IN PROGRESS**
* (bluefox) Corrected adapter termination if the alias has no target

### 6.5.7 (2023-10-08)
Expand Down
13 changes: 0 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@
"zh-cn": "该适配器允许与ioBroker通信不同的Web应用程序"
},
"news": {
"6.5.8": {
"en": "Corrected adapter termination if the alias has no target",
"de": "Korrigierter Adapterabschluss, wenn der Alias kein Ziel hat",
"ru": "Исправлено прекращение адаптера, если псевдоним не имеет цели",
"pt": "Terminação correta do adaptador se o alias não tiver nenhum alvo",
"nl": "Verminderde adapter terminatie als de alias geen doelwit heeft",
"fr": "Résiliation correcte de l'adaptateur si l'alias n'a pas de cible",
"it": "Rescissione adattatore corretta se l'alias non ha un obiettivo",
"es": "Terminación corregida del adaptador si el alias no tiene objetivo",
"pl": "Poprawne rozwiązanie adaptacyjne, jeśli alias nie ma docelowego celu",
"uk": "Виправлено припинення адаптера, якщо псевдонім не має цілей",
"zh-cn": "如果除其它外别无目标,适应适应人员终止"
},
"6.5.7": {
"en": "upgrade socket-classes to fix error with vis subscriptions",
"de": "upgrade-sockel-klassen, um fehler mit vis-abos zu beheben",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"@iobroker/adapter-core": "^3.0.3",
"@iobroker/socket-classes": "1.4.4",
"express-session": "^1.17.3",
"socket.io": "^4.7.2"
"socket.io": "^2.5.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.6.0",
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@iobroker/adapter-dev": "^1.2.0",
"@iobroker/legacy-testing": "^1.0.0",
"socket.io-client": "^4.7.2",
"socket.io-client": "^2.5.0",
"gulp": "^4.0.2"
},
"bugs": {
Expand Down

0 comments on commit 3d65279

Please sign in to comment.