[GH-ISSUE #665] whats the different between build the client from visual studio and build it from the client builder #415

Closed
opened 2026-02-27 15:50:16 +03:00 by kerem · 3 comments
Owner

Originally created by @jokerxbt on GitHub (Jun 1, 2018).
Original GitHub issue: https://github.com/quasar/Quasar/issues/665

Originally created by @jokerxbt on GitHub (Jun 1, 2018). Original GitHub issue: https://github.com/quasar/Quasar/issues/665
kerem 2026-02-27 15:50:16 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@jokerxbt commented on GitHub (Jun 1, 2018):

image

and i want to know what is the key and what is the auth key and should i encrypt them in base64 before put them there ?

<!-- gh-comment-id:394023667 --> @jokerxbt commented on GitHub (Jun 1, 2018): ![image](https://user-images.githubusercontent.com/36801065/40865677-35a468ac-6602-11e8-89c2-2a28591c4227.png) and i want to know what is the key and what is the auth key and should i encrypt them in base64 before put them there ?
Author
Owner

@jokerxbt commented on GitHub (Jun 1, 2018):

and why (if #debug)?

<!-- gh-comment-id:394023913 --> @jokerxbt commented on GitHub (Jun 1, 2018): and why (if #debug)?
Author
Owner

@MaxXor commented on GitHub (Jun 2, 2018):

When you compile with debug configuration the settings between #if DEBUG and #else are used. These are already working settings. If you look into the settings after the #else these are mostly empty and do not work out of the box. A client needs to be built first from the server builder when using the release configuration. When using the debug configuration you can just run the client and it will connect to the server on localhost.
The reason for this was to make debugging quicker without having to build a client again from the server first.

<!-- gh-comment-id:394063587 --> @MaxXor commented on GitHub (Jun 2, 2018): When you compile with debug configuration the settings between `#if DEBUG` and `#else` are used. These are already working settings. If you look into the settings after the `#else` these are mostly empty and do not work out of the box. A client needs to be built first from the server builder when using the release configuration. When using the debug configuration you can just run the client and it will connect to the server on localhost. The reason for this was to make debugging quicker without having to build a client again from the server first.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#415
No description provided.