-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/sc 3033 reconnect #50
base: develop
Are you sure you want to change the base?
Conversation
// do some authorization things | ||
app.channel('anonymous').join(socket.feathers); | ||
// app.channel('anonymous').join(socket.feathers); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
der Change ist von @CordlessWool , gebe die Frage weiter :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich glaube er wollte ein channel für alle haben. Ich würde es erst mal auskommentiert lassen, bis wir es benötigen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good and logical to me but haven't tested it.
"redis": "REDIS_URI", | ||
"redis_key": "REDIS_KEY" | ||
} | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you set this file to default please.
// do some authorization things | ||
app.channel('anonymous').join(socket.feathers); | ||
// app.channel('anonymous').join(socket.feathers); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich glaube er wollte ein channel für alle haben. Ich würde es erst mal auskommentiert lassen, bis wir es benötigen.
@@ -77,7 +77,7 @@ exports.before = { | |||
const after = { | |||
// todo select is better but need more stable implementations | |||
all: [iff(isProvider('external'), | |||
filterOutResults('__v', 'createdAt', 'updatedAt')), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change this? @CordlessWool
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its a long time ago, I could not remember, but its filter out before sending it to the client? For the client the data are not necassery
Checkliste
Allgemein
Code Qualität
Tests
Freigabe zum Review
Mehr
Weitere Informationen zur DoD hier im Confluence