noah pushed to live at MetzNet/pnyx
-
a438837c81 Added session open and connect code, and started session data
noah pushed to live at MetzNet/pnyx
-
a52250bcf8 Added session connect packet
noah pushed to live at MetzNet/pnyx
-
3f1485e493 Initial commit of auth handshake
noah created repository MetzNet/pnyx
noah pushed to master at MetzNet/graphvent
-
c29981da20 Updated MessageQueue
noah pushed to master at MetzNet/graphvent
-
810e17990c Made default queue size 2, and not sure how that sped up the test to pre-change speeds
noah pushed to master at MetzNet/graphvent
-
11e7df2bde Changed from a static channel queue to a dynamic queue for nodes
noah pushed to master at MetzNet/graphvent
-
3eee736f97 Moved SendMsg and RecvMsg to one object
noah pushed to master at MetzNet/graphvent
-
7e157068d7 Removed database update every signal process(need to find a replacement still), updated graphiql cmd, and made lockable more efficient at high numbers of requirements
noah pushed to master at MetzNet/graphvent
-
b2d84b2453 Moved db from badger to an interface
noah pushed to master at MetzNet/graphvent
-
66d5e3f260 Changed serialization to not allocate any memory, expects to be passed enough memory to serialize the type
noah pushed to master at MetzNet/graphvent
-
1eff534e1a Fixes and optimizations
noah pushed to master at MetzNet/graphvent
-
a4115a4f99 Updated gql subscriptions to be send less messages
noah pushed to master at MetzNet/graphvent
-
ab76f09923 Got GQL subscriptions working for lockable_state
noah pushed to master at MetzNet/graphvent
-
6850031e80 Removed log lines, and fixed lock fail logic
noah pushed to master at MetzNet/graphvent
-
0b93c90aa9 Removed uneeded lockable field
noah pushed to master at MetzNet/graphvent
-
2db4655670 Rewrote lockable.go