it('should disconnect any clients that attempt to connect from an ip address that is not in the allowed ip addresses list', async () => {
            const hub = new Hub({
                port: 7001,
                allowedIpAddresses: ['151.101.0.81'],
            });