upgrade/replace websocket.js to @gamestdio/websocket v2 (#12543)
* Update stream.js * Update package.json * Update yarn.lock Co-authored-by: hina <hina@hinaloe.net>
This commit is contained in:
parent
f682387aae
commit
f92ed32df4
3 changed files with 7 additions and 21 deletions
|
@ -1,4 +1,4 @@
|
|||
import WebSocketClient from 'websocket.js';
|
||||
import WebSocketClient from '@gamestdio/websocket';
|
||||
|
||||
const randomIntUpTo = max => Math.floor(Math.random() * Math.floor(max));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue