Commit ac0dd06
committed
Properly stop the Twisted Reactor when a STOMP error is encountered
A non-existent method of "close" was called on the reactor. It
should be "stop" instead as shown in the documentation below.
https://twistedmatrix.com/documents/13.1.0/api/twisted.internet.interfaces.IReactorCore.html#stop1 parent 50c5636 commit ac0dd06
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments