Skip to content

Conversation

@ioquatix
Copy link
Member

@ioquatix ioquatix commented Apr 16, 2024

The default Rails implementation will try to convert all instance variables as_json which is inappropriate in some cases and can cause Stack level too deep (SystemStackError).

Fixes socketry/async-http#156.

Types of Changes

  • Bug fix.

Contribution

The default Rails implementation will try to convert all instance
variables `as_json` which is inappropriate in some cases and can cause
`Stack level too deep (SystemStackError)`.

Fixes <socketry/async-http#156>.
@ioquatix ioquatix merged commit 6de0e56 into main Apr 16, 2024
@ioquatix ioquatix deleted the as_json branch April 16, 2024 02:42
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.

Stack level too deep (SystemStackError) then raise exception in Sync. Then try to show warn in console

2 participants