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

XMLObjectParser.swift problem #8

Closed
An1metall opened this issue Mar 29, 2018 · 1 comment
Closed

XMLObjectParser.swift problem #8

An1metall opened this issue Mar 29, 2018 · 1 comment
Assignees
Labels

Comments

@An1metall
Copy link

In some rare cases i have crash in XMLObjectParser.swift
2018-03-29 13 35 45
I believe it have some connections with threading.
Removing private static shared XMLObjectParser and make it local constant in class func dictionary seems solves the problem.
2018-03-29 13 40 25

@An1metall An1metall changed the title shared XMLObjectParser in XMLObjectParser.swift problem XMLObjectParser.swift problem Mar 29, 2018
@gcharita gcharita added the bug label Mar 30, 2018
@gcharita gcharita self-assigned this Mar 30, 2018
@gcharita
Copy link
Owner

You are probably right. I guess I wanted to avoid the multiple instances of the XMLObjectParser class.
I will follow you suggestion, as I believe this is the best I can do right now.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants