goliatone / poke-repl

Remote REPL client and server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add reconnection command

goliatone opened this issue · comments

Client should support a reconnection command.

If the server invalidates the context all connected clients would have a stale context/connection. We should notify clients of reconnection request- code: updated context.
Clients should be able to decide if they want to reconnect automatically or manually.