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

Commit

Permalink
Merge pull request #2 from rikakomoe/master
Browse files Browse the repository at this point in the history
👽 disable fragmentOutgoingMessages
  • Loading branch information
momocow authored Jul 2, 2018
2 parents c99ec69 + 7537927 commit 85ef875
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 85ef875

Please sign in to comment.