Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Commit

Permalink
👽 disable fragmentOutgoingMessages
Browse files Browse the repository at this point in the history
  • Loading branch information
satouriko committed Jul 1, 2018
1 parent c99ec69 commit 7537927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ module.exports = class CQWebsocket extends $Callable {
this._qq = $safe.int(parseInt(qq))

this._eventBus = new $CQEventBus(this)
this._eventClient = this._event ? new $WebsocketClient() : null
this._apiClient = this._api ? new $WebsocketClient() : null
this._eventClient = this._event ? new $WebsocketClient({ fragmentOutgoingMessages: false }) : null
this._apiClient = this._api ? new $WebsocketClient({ fragmentOutgoingMessages: false }) : null

if (this._eventClient) {
this._eventClient
Expand Down

0 comments on commit 7537927

Please sign in to comment.