-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Code Simulation Support: WebSocket Client #1031
Conversation
…le is making use of SyntheSimJava
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: If you click WS test twice you run into a warning (the connection is not being closed I believe)
Also localhost connection is hardcoded (mine is 3000 not 3300) so it can't be in production
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything else looks good 👍
I think its more important that @Ewie21 and @PepperLola approve though
export const simMap = new Map<SimType, Map<string, any>>() | ||
|
||
export class SimGeneric { | ||
private constructor() {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should simMap be a static field on SimGeneric, since the latter encapsulates former?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PepperLola How ever you two end up structuring everything will determine this.
Description
This is very bare bones and not meant to be user facing. This is simply getting the core technology into the project, so @PepperLola and @Ewie21 get on with their tasks.
JIRA Issue