You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In chat plugin, we need to publish many event on one message update. In current Hub.publish method. it will connect and close the ws connection on every call. We should provide an interface which is accept an array of events and send to skygear-serve in one ws connection.
In chat plugin, we need to publish many event on one message update. In current
Hub.publish
method. it will connect and close the ws connection on every call. We should provide an interface which is accept an array of events and send to skygear-serve in one ws connection.refs: https://github.com/SkygearIO/chat/pull/114/files#diff-4f571f88d938ce25629fe3c296a561deR100
The text was updated successfully, but these errors were encountered: