-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fix(input): Retry when namespace doesn't exist (#65)
## Description **What issue are you solving (or what feature are you adding) and how are you doing it?** `Warp-input` server errors out when the namespace or `session_id` has not yet been created on our relay. This is a problem, as we do not know when the user will start playing. The idea is to have the bin/input run both a server and a client at the same time. Which can be used to then transmit bidirectional information.
- Loading branch information
1 parent
46fe87a
commit 9a11f45
Showing
4 changed files
with
138 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters