clockworklabs / com.clockworklabs.spacetimedbsdk

The SpacetimeDB SDK for C# clients
https://spacetimedb.com
Apache License 2.0
6 stars 0 forks source link

Fix connection string generation #183

Closed lcodes closed 1 month ago

lcodes commented 1 month ago

Description of Changes

nameof returns the name of the variable, not the name of the enum value it represents. ToString does this automatically

Testing

Websocket didnt connect before, it does now