Skip to content

Correct lambda syntax#105

Closed
jdufresne wants to merge 1 commit into
sockjs:mainfrom
jdufresne:lambda
Closed

Correct lambda syntax#105
jdufresne wants to merge 1 commit into
sockjs:mainfrom
jdufresne:lambda

Conversation

@jdufresne
Copy link
Copy Markdown
Contributor

To fix the error:

  File ".../sockjs-protocol/sockjs-protocol.py", line 592
    on_close = lambda(ws): self.assertFalse(True)

To fix the error:

```
  File ".../sockjs-protocol/sockjs-protocol.py", line 592
    on_close = lambda(ws): self.assertFalse(True)
```
@jdufresne
Copy link
Copy Markdown
Contributor Author

Closing in favor of the more complete #103

@jdufresne jdufresne closed this May 3, 2026
@jdufresne jdufresne deleted the lambda branch May 3, 2026 23:40
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.

1 participant