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

Uncaught TypeError: Cannot call method 'concat' of null #145

Open
markharding opened this issue Mar 2, 2014 · 1 comment
Open

Uncaught TypeError: Cannot call method 'concat' of null #145

markharding opened this issue Mar 2, 2014 · 1 comment

Comments

@markharding
Copy link

Occasionally receive Uncaught TypeError: Cannot call method 'concat' of null on Chrome. I think this is caused by session sharing but I can't be sure.

@flowersinthesand
Copy link
Owner

Yes, it's caused by session sharing. The exception means that shared session was found so the socket tried to use but it failed because important properties are not found.
https://github.com/flowersinthesand/portal/blob/1.1.1/portal.js#L1176

Handling session sharing is similar to multi-thread programming in server side. Not easy to test if it works as expected. Also, there is no such locking support now. Anyway, I will rewrite this part considering your issue.
#88
#126

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

No branches or pull requests

2 participants