We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc25e20 commit 4dfdd0aCopy full SHA for 4dfdd0a
src/main/kotlin/org/phoenixframework/Socket.kt
@@ -30,7 +30,7 @@ import java.net.URL
30
import java.util.concurrent.TimeUnit
31
32
/** Alias for a JSON mapping */
33
-typealias Payload = Map<String, Any>
+typealias Payload = Map<String, Any?>
34
35
/** Data class that holds callbacks assigned to the socket */
36
internal class StateChangeCallbacks {
0 commit comments