cryptag / leapchat

Ephemeral, encrypted, in-browser chat rooms
https://www.leapchat.org/
Other
184 stars 32 forks source link

restore reconnect from observable flow #321

Closed jimmcgaw closed 1 year ago

jimmcgaw commented 1 year ago

Observables are such that I don't trust myself to figure out issues with them quickly. This restores the original functionality and hence the reconnect error, if we want an immediate fix.

elimisteve commented 1 year ago

In this branch I'm getting

ERROR in ./src/utils/sessions.js 7:0-54
Module not found: Error: Can't resolve '../actions/chatActions' in '/home/user/gocode/src/github.com/cryptag/leapchat/src/utils'
resolve '../actions/chatActions' in '/home/user/gocode/src/github.com/cryptag/leapchat/src/utils'
  using description file: /home/user/gocode/src/github.com/cryptag/leapchat/package.json (relative path: ./src/utils)

trying to build it.

elimisteve commented 1 year ago

Nevermind; that was a couple commits ago, I think.

Working now! Nice. Shall I merge this and close https://github.com/cryptag/leapchat/pull/322 without merging?

elimisteve commented 1 year ago

Gogogo