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

Fix call argument passing

Pomax opened this issue · comments

commented

Clients and servers should be able to call other.some.function(val1, val2, val3) and have that resolve correctly:

  • write test (which will fail)
  • update socket code to pack on send
  • update socket code to unpack on receive