dolphin-platform
dolphin-platform copied to clipboard
Queue invoke-calls and DolphinBean changes while not connected
When the client is not connected (during initialization and during a disconnect), we should queue all requests and send them once the connection is back.
Not sure if this can be done or if it gets too complicated as there can be changes piling up on client and server side. We need to try.