diff --git a/src/BSCIPAConnection.st b/src/BSCIPAConnection.st index cd29fbd..ecffe89 100644 --- a/src/BSCIPAConnection.st +++ b/src/BSCIPAConnection.st @@ -120,7 +120,6 @@ BSCConnection subclass: BSCIPAConnection [ muxer := Osmo.IPAMuxer initOn: writeQueue. dispatcher := Osmo.IPADispatcher new. - dispatcher initialize. ipa := BSCIPAProtoHandler initWith: self. ipa registerOn: dispatcher.