Feat : remove old netcode
This commit is contained in:
@@ -5,7 +5,6 @@ export function setupWebsocket(): Promise<WebSocket> {
|
||||
return resolve(socket);
|
||||
}
|
||||
const config = useRuntimeConfig();
|
||||
const heron_session = useCookie("heron_session");
|
||||
socket = new WebSocket(config.public.websocketEndpoint);
|
||||
|
||||
socket.onopen = function (e) {
|
||||
|
||||
Reference in New Issue
Block a user