Skip to content
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

refactor: cleanup event handling logic #9

Merged
merged 6 commits into from
Nov 17, 2022
Merged

refactor: cleanup event handling logic #9

merged 6 commits into from
Nov 17, 2022

Conversation

burntcarrot
Copy link
Owner

This PR:

  • Cleans up event handling logic
  • Fixes bugs related to the editor (state updation, etc.)
  • Fixes bugs related to the connections (broadcasting, abrupt termination, etc.)
  • Adds a Dockerfile for deployment

burntcarrot and others added 6 commits November 10, 2022 23:21
Added a goroutine that runs alongside the main loop that constantly
sets the editor text and redraws the editor.

Co-authored-by: Ben Muthalaly <[email protected]>
* Add channels to select between different events.

* Change server print statement

Server now says it is printing to the correct client.

* chore: cleanup and fix linter errors

Co-authored-by: Ben Muthalaly <[email protected]>
Co-authored-by: burntcarrot <[email protected]>
* feat: add Dockerfile

* fix: fix binary build location

* fix: fix port numbers
@burntcarrot burntcarrot merged commit 1f321d2 into main Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants