ably / ably-js

Javascript, Node, Typescript, React, React Native client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
316 stars 55 forks source link

Extract common code between presence and regular message processing in RealtimeChannel #1907

Open coderabbitai[bot] opened 1 week ago

coderabbitai[bot] commented 1 week ago

Description

As noted by @VeskeR, the presence and regular message processing in have similar logic. The goal is to extract common bits for both to avoid duplicate code in the default bundle and the plugin, which should also help decrease the default bundle size.

References

┆Issue is synchronized with this Jira Task by Unito

VeskeR commented 1 week ago

This is also will be used in LiveObjects plugin