Commit Graph

28 Commits

Author SHA1 Message Date
748f273fb9 version bump 2023-07-23 20:39:19 +01:00
6dfc418cb0 version bump 2023-07-21 16:06:41 +01:00
8aa4b6bc3d 0.4.3-SNAPSHOT: disallow unintentionally overriding command implementations 2023-07-21 11:59:23 +01:00
40fe234070 improved KVStorage support 2023-01-20 02:55:12 +01:00
361d3f0b2b improved KVStorage support 2023-01-20 02:54:36 +01:00
8175bacfb8 removed unused code. fixed storage delegate, added adapter builder onCancel handler registration 2023-01-19 16:36:40 +01:00
1fdbcf7913 readme license fix 2023-01-19 12:06:27 +01:00
78c522b03a license. opening it for public 2023-01-19 11:30:44 +01:00
c41d290b7d license. opening it for public 2023-01-19 11:22:46 +01:00
bc726eada9 added opt tool 2022-12-19 04:33:36 +01:00
967558aed3 more docs 2022-12-18 06:16:38 +01:00
16b2d1780b added reconnection/connection waiting logic
added way to close cannection from the adapter if the protocol implementation allows it (adapter.onCancel/adapter.cancel())
2022-12-18 03:30:11 +01:00
953907b197 v.0.3.3 2022-12-10 21:51:54 +01:00
83a05c763c !fixed bug with wrong serializatin version causing internal comliler error in js/IR 2022-12-10 18:12:42 +01:00
19b91c0470 +exception registry could be extended from inside adapter and transport
+if websock is already initialized in the server, ignore an error
2022-12-10 14:07:10 +01:00
07f9e720a1 !refactored session to WithAdapter based to propery run many connections on the server 2022-09-28 00:19:07 +03:00
f455f2b955 +async commands allow adapter access (remote calls) from command handlers. 2022-09-27 16:06:06 +03:00
b68da9237a +versions 2022-09-14 04:12:54 +03:00
da1289e3be +exception registration sugar 2022-09-08 14:49:03 +03:00
39aa031bf0 +client.reconnect() 2022-09-08 12:03:40 +03:00
a671414b55 readme added 2022-09-08 09:21:33 +03:00
0ed084aeee some docs 2022-09-08 08:40:24 +03:00
ceb6ea53db better naming & interface for 3.1 2022-09-07 22:46:59 +03:00
b35ca92e48 added simple realtime server and client code (over ws0 2022-09-07 22:38:21 +03:00
0cfe95d4f4 simplified adapter/command logic, adapeter builder introduced 2022-09-07 20:23:33 +03:00
32280ffc61 added extendable serialized exeptions handling registry 2022-09-07 12:24:49 +03:00
db7a85fb7b binary command protocol minimalistic test 2022-09-07 11:45:06 +03:00
5b94ab1bfd initial commit, lets start 2022-08-25 23:16:22 +03:00