Muzzammil Shahid

Results 7 issues of Muzzammil Shahid

Update gradle, dependencies, change compileOption to JAVA8 and migrate to androidx

Use `bouncycastle` for signing challenge and generating public,private keypair in `CryptoSignAuth`. Note: Using `libsodium`, cryptosign authentication was not working in non-android environments. Now, it will work fine.

As mentioned in https://github.com/crossbario/autobahn-js/issues/582#issuecomment-1908313491

bug
CI-CD
needs-upstream

closes #553

WAMP
enhancement

The Cbor serializer currently can't specify the types of keys and values for a Map during decoding. It would be beneficial to introduce a feature like: ``` CborSimpleCodec cborSimpleCodec =...

enhancement

This pull request resolves an issue with deserializing `UInt64` and `Int64` values. The problem occurs specifically on web platforms due to JavaScript's integer range limitations. The fix ensures proper deserialization...