Draft
Conversation
…ser/Backend into feat/eos-support
|
Fair warning, a lot of my EOS logic in fusion is subject to change as I find better ways to do things. I would also not be surprised if Lakatrazz changes a handful of things when he decides to merge. |
|
Also you can call platform.tick in a while loop. You don't need an interval like in my fusion code. Might be a bit easier to do it that way in your context. |
Contributor
Author
|
@Checkerb0ard Hey, thanks for letting me know. Right now I'm struggling to have the platform.tick actually work because it needs to be called from the main thread, and I haven't been able to do that because the other code stops execution due to the while loop |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for EOS Network Layer which will be added by this pull request.
This is currently a work in progress.