Pomax / socketless

A framework and methodology for writing web socket RPC programs, without writing a single line of web socket or RPC code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the browser calling bad server functions should not crash the client.

Pomax opened this issue · comments

if the browser calls this.server.nonsense(), that should not crash the client.

fixed.