rekhoff

Results 4 issues of rekhoff

# Description of Changes Implements `IComparable` for `Identity` and `ConnectionId` This relates to the following issue: https://github.com/clockworklabs/SpacetimeDB/issues/2348 # API and ABI breaking changes Not a breaking change. Adds functionality and...

### Issue: When attempting to create a table that uses `Identity` as an index of a BTree like: ``` #[index(btree)] pub identity: Identity, ``` Generated code in C# will throw...

bug

### Action to perform: Add a test to [com.clockworklabs.spacetimedbsdk](https://github.com/clockworklabs/com.clockworklabs.spacetimedbsdk/tree/master) that checks code generation of a `Table` with an index of type `btree` of an `Identity` type is generating C# code...

# Description of Changes The implementation of a solution to #3044 , this adds an `Abort` function to the `WebSocket`, which runs if `Disconnect` is called when the `WebSocket` is...

release-any