Skip to content

v0.20.1 Release

Compare
Choose a tag to compare
@ganigeorgiev ganigeorgiev released this 11 Dec 15:21
· 23 commits to master since this release
  • Propagate the PB_CONNECT EventSource message to allow listening to the realtime connect/reconnect events.
    pb.realtime.subscribe("PB_CONNECT", (e) => {
      console.log(e.clientId);
    })