@@ -2,6 +2,6 @@ export async function autoConfSockets() {
return {
tcpSocket: TCPSocket,
tcpServer: TCPServerSocket,
- udpSocket: UDPSocket.bind(window),
+ udpSocket: UDPSocket,
};
}