SkygearIO / chat

Skygear Plugin - Chat SDK
Apache License 2.0
17 stars 18 forks source link

Pub/Sub Bug Fix and Optimization #208

Closed howawong closed 6 years ago

howawong commented 6 years ago
  1. Add hub from py-skygear
  2. make get_user_channels_by_user_ids in one batch
  3. send multiple pubsub message in single ws connection
  4. update unit test
  5. Fetch all participant IDs when calling notifyParticipants

Connects #204