Commit aa8f115
Always send zero as schema id at authentication
We cannot fetch a new schema before successful authentification, so it
worth to always authentificate with zero schema id (to suppress
server-side schema id check). Otwerwise we can receive
SchemaReloadException and unable to do anything: neither authenticate,
not fetch schema.
Fixes #141.1 parent bce4b88 commit aa8f115
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
138 | 148 | | |
139 | 149 | | |
140 | 150 | | |
| |||
0 commit comments