socket.js 94 B

123
  1. export function socketConnection(params) {
  2. throw new Error("Favor usar o SocketContext");
  3. }