nicobarray / aquedux

Redux over the wire
46 stars 3 forks source link

Catch any socket related errors #18

Open nicobarray opened 6 years ago

nicobarray commented 6 years ago

The network/receive.js module must catch any error (especially the jwt ones) to ensure no faulty action can integrate the system.

Currently, any "old" stored token in the client local-storage makes the aquedux-server counterpart crash.