Test proxy with raknet-node
This commit is contained in:
parent
55cac72af1
commit
a421ed2773
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ const { createClient, Server, Relay } = require('bedrock-protocol')
|
|||
const { sleep, waitFor } = require('../src/datatypes/util')
|
||||
const { getPort } = require('./util')
|
||||
|
||||
function proxyTest (version, raknetBackend = 'raknet-native', timeout = 1000 * 40) {
|
||||
function proxyTest (version, raknetBackend = 'raknet-node', timeout = 1000 * 40) {
|
||||
console.log('with raknet backend', raknetBackend)
|
||||
return waitFor(async res => {
|
||||
const SERVER_PORT = await getPort()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue