-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
here is a demo project you can run: https://github.com/fahdfady/rust-metacall-testing-ruby
problem
while i was developing metcall-playground and rust-api-handler I noticed that Always loading ruby code (file, or from memory) crashes the entire app.
In rust api handler, adding ruby resulted in the server wouldn't start, going into localhost:3000 shows nothing. and the port 3000 isn't reserved
why am i so sure that the problem is Loading ruby
in the demo project i added these logs to help
it crashes after loading ruby
even from memory
extra: after i ctrl c to interrupt
don't know if that means anything, but i think this is a blocking operation that does not end.
and for typescript loader also:
with the error:
FailedCasting(MetaCallNull { })
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working